UNPKG

ut-tools

Version:

Build and Release management automation package.

6 lines (3 loc) 208 B
type primitive = null | undefined | string | symbol | number | boolean | bigint; declare function ToPrimitive(input: unknown, hint?: StringConstructor | NumberConstructor): primitive; export = ToPrimitive;