UNPKG

@feugene/mu

Version:

Helpful TS utilities without dependencies

7 lines 173 B
/** * Checks if `value` is likely a prototype object. * * @private */ export default function isPrototype(value: any): boolean; //# sourceMappingURL=isPrototype.d.ts.map