mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+1
-1
@@ -4,7 +4,7 @@
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
// Original Definitions by: Jed Mao <https://github.com/jedmao>
|
||||
declare module TComb {
|
||||
declare namespace TComb {
|
||||
export interface tcomb {
|
||||
format: (format: string, ...values: any[]) => string;
|
||||
getFunctionName: (fn: Function) => string;
|
||||
|
||||
Reference in New Issue
Block a user