UNPKG

@types/type-detect

Version:
22 lines (16 loc) 680 B
# Installation > `npm install --save @types/type-detect` # Summary This package contains type definitions for type-detect (https://github.com/chaijs/type-detect). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/type-detect. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/type-detect/index.d.ts) ````ts declare function typeDetect(obj: any): string; export = typeDetect; ```` ### Additional Details * Last updated: Tue, 07 Nov 2023 20:08:00 GMT * Dependencies: none # Credits These definitions were written by [Bart van der Schoor](https://github.com/Bartvds).