UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

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