UNPKG

@aws/pdk

Version:

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

9 lines (6 loc) 259 B
type AllPossibleTypedArrays = typeof import('possible-typed-array-names'); declare function availableTypedArrays(): | [] | AllPossibleTypedArrays | Omit<AllPossibleTypedArrays, 'BigInt64Array' | 'BigUint64Array'>; export = availableTypedArrays;