ethers.js/packages/random/src.ts/index.ts

5 lines
93 B
TypeScript
Raw Permalink Normal View History

2019-05-14 18:25:46 -04:00
"use strict";
2020-11-14 17:42:36 -05:00
export { randomBytes } from "./random";
2019-05-14 18:25:46 -04:00
export { shuffled } from "./shuffle";