astock-agent/frontend/node_modules/es-to-primitive/es5.d.ts
2026-04-07 20:51:00 +08:00

4 lines
179 B
TypeScript

declare function ToPrimitive(input: unknown, hint?: StringConstructor | NumberConstructor): null | undefined | string | symbol | number | boolean | bigint;
export = ToPrimitive;