UNPKG

javascript-binary-converter

Version:

A utility package to quickly handle and convert various Javascript binary objects

7 lines (6 loc) 275 B
export declare const isNode: boolean; export declare function getBlobClass(): Promise<{ new (blobParts?: BlobPart[] | undefined, options?: BlobPropertyBag | undefined): Blob; prototype: Blob; }>; export declare function getSystemEndianness(): 'LITTLE' | 'BIG';