UNPKG

@aws/pdk

Version:

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

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