ethers.js/docs.wrm/importing-node.source
2020-04-16 22:25:05 -04:00

6 lines
105 B
Plaintext

// CommonJS
const { ethers } = require("ethers");
// ES6 or TypeScript
import { ethers } from "ethers";