2
0
mirror of synced 2025-02-24 20:18:07 +00:00

5 lines
95 B
JavaScript

"use strict";
import * as ethers from "./ethers";
export { ethers };
export * from "./ethers";