Files
30-seconds-of-code/node_modules/rollup/dist/typings/utils/entryHashing.d.ts
2019-08-20 15:52:05 +02:00

4 lines
227 B
TypeScript

export declare function Uint8ArrayToHexString(buffer: Uint8Array): string;
export declare function Uint8ArrayXor(to: Uint8Array, from: Uint8Array): Uint8Array;
export declare function randomUint8Array(len: number): Uint8Array;