UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

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;