mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+2
-2
@@ -4,8 +4,8 @@
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare function typeName(anyVar: any): string;
|
||||
declare module typeName {}
|
||||
declare namespace typeName {}
|
||||
|
||||
declare module "type-name" {
|
||||
export = typeName;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user