mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
8 lines
297 B
TypeScript
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;
|