UNPKG

has-typed-arrays

Version:
9 lines (6 loc) 215 B
import whichTypedArray from 'which-typed-array'; declare namespace hasTypedArrays { type TypedArrayName = whichTypedArray.TypedArrayName; } declare function hasTypedArrays(): boolean; export = hasTypedArrays;