UNPKG

@types/es-to-primitive

Version:
6 lines (5 loc) 181 B
declare function ToPrimitive( input: unknown, hint?: typeof String | typeof Number, ): string | number | bigint | boolean | symbol | null | undefined; export = ToPrimitive;