DefinitelyTyped/types/type-detect/index.d.ts
2018-01-23 10:46:47 -08:00

8 lines
297 B
TypeScript

// Type definitions for type-detect v4.0.x
// Project: https://github.com/chaijs/type-detect
// Definitions by: Bart van der Schoor <https://github.com/Bartvds>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function typeDetect(obj: any): string;
export = typeDetect;