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

5 lines
93 B
TypeScript
Raw Normal View History

2019-05-15 01:25:46 +03:00
"use strict";
2020-11-15 01:42:36 +03:00
export { randomBytes } from "./random";
2019-05-15 01:25:46 +03:00
export { shuffled } from "./shuffle";