mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
11 lines
343 B
TypeScript
11 lines
343 B
TypeScript
// Type definitions for type-name v1.0.1
|
|
// Project: https://github.com/twada/type-name/
|
|
// Definitions by: OKUNOKENTARO <https://github.com/armorik83>
|
|
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
|
|
|
declare function typeName(anyVar: any): string;
|
|
declare module typeName {}
|
|
|
|
declare module "type-name" {
|
|
export = typeName;
|
|
} |