7 lines
153 B
TypeScript
7 lines
153 B
TypeScript
|
|
// import { ethers } from "ethers";
|
|
export * as ethers from "./ethers.js";
|
|
|
|
// import { toUtf8String, etc } from "ethers";
|
|
export * from "./ethers.js";
|