HEX
Server: nginx/1.28.3
System: Linux lightweb-s1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
User: drdrivek-71 (1047)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: /home/dnlightw-124/dn.lightweb.kr/node_modules/es-to-primitive/index.d.ts
import ES5 from './es5';
import ES6 from './es6';
import ES2015 from './es2015';

declare const ToPrimitive: typeof ES2015 & {
    readonly ES5: typeof ES5;
    /** @deprecated */
    readonly ES6: typeof ES6;
    readonly ES2015: typeof ES2015;
};
export = ToPrimitive;