UNPKG

xpm

Version:

The xPack project manager command line tool

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