UNPKG

js-isp

Version:

3 lines (2 loc) 141 B
export declare const ArrayToHexString: (byteArray: number[]) => string; export declare const getUint8ArrayFromHex: (str: any) => Uint8Array;