UNPKG

xpm

Version:

The xPack project manager command line tool

10 lines (6 loc) 227 B
import type { TypedArray } from 'is-typed-array'; declare namespace typedArrayBuffer{ export type { TypedArray }; } declare function typedArrayBuffer(x: typedArrayBuffer.TypedArray): ArrayBuffer; export = typedArrayBuffer;