Files
bzzz/install/config-ui/node_modules/es-to-primitive/index.d.ts
anthonyrawlins c177363a19 Save current BZZZ config-ui state before CHORUS branding update
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-19 00:19:00 +10:00

12 lines
271 B
TypeScript

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;