UNPKG

javascript-binary-converter

Version:

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

6 lines (5 loc) 279 B
export declare const extraSmallImageDecimalBytes: number[]; export declare const twosComplementExtraSmallImageBytes: number[]; export declare const dummyImageBytes: number[]; export declare function getBytes(): string[]; export declare function getDecimalBytes(): number[];