7 lines
84 B
TypeScript
7 lines
84 B
TypeScript
|
|
import * as ethers from './ethers';
|
|
|
|
export { ethers };
|
|
|
|
export * from "./ethers";
|