UNPKG

@kpi4me/golden-layout

Version:

A multi-screen javascript Layout manager https://golden-layout.com

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