6 lines
105 B
Plaintext
6 lines
105 B
Plaintext
// CommonJS
|
|
const { ethers } = require("ethers");
|
|
|
|
// ES6 or TypeScript
|
|
import { ethers } from "ethers";
|