UNPKG

181 BTypeScriptView Raw
1declare function ToPrimitive(
2 input: unknown,
3 hint?: typeof String | typeof Number,
4): string | number | bigint | boolean | symbol | null | undefined;
5export = ToPrimitive;