TYPESCRIPT index.d.ts
import type { TypedArray } from 'is-typed-array';
declare namespace typedArrayBuffer{
export type { TypedArray };
}
declare function typedArrayBuffer(x: typedArrayBuffer.TypedArray): ArrayBuffer;
export = typedArrayBuffer;
import type { TypedArray } from 'is-typed-array';
declare namespace typedArrayBuffer{
export type { TypedArray };
}
declare function typedArrayBuffer(x: typedArrayBuffer.TypedArray): ArrayBuffer;
export = typedArrayBuffer;