DefinitelyTyped/types/typeof/index.d.ts
2018-02-16 15:35:38 +01:00

9 lines
278 B
TypeScript

// Type definitions for typeof 1.0
// Project: https://github.com/CodingFu/typeof
// Definitions by: OpenByteDev <https://github.com/OpenByteDev>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function typeOf(object: any): string;
export = typeOf;