UNPKG

deepcopy-esm

Version:
8 lines (7 loc) 228 B
/** * Uses `Object.prototype.toString` to determine the type of an object, normalizing behavior across * engine versions & well optimized. * * @category Internal */ export declare function typeDetect(obj: unknown): string;