DefinitelyTyped/type-name/type-name.d.ts
2016-03-17 21:06:54 +09:00

12 lines
351 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/DefinitelyTyped/DefinitelyTyped
declare function typeName(anyVar: any): string;
declare namespace typeName {}
declare module "type-name" {
export = typeName;
}