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

3 lines
103 B
TypeScript
Raw Normal View History

2019-05-15 01:48:48 +03:00
export { shuffled } from "./shuffle";
export declare function randomBytes(length: number): Uint8Array;