8 lines
98 B
TypeScript
8 lines
98 B
TypeScript
"use strict";
|
|
|
|
import * as ethers from "./ethers";
|
|
|
|
export { ethers };
|
|
|
|
export * from "./ethers";
|