ethers.js/packages/random/lib.esm/index.d.ts

3 lines
103 B
TypeScript
Raw Permalink Normal View History

2019-05-14 18:48:48 -04:00
export { shuffled } from "./shuffle";
export declare function randomBytes(length: number): Uint8Array;