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