ethers.js/docs.wrm/importing-node.source
2019-08-21 01:53:47 -04:00

6 lines
111 B
Plaintext

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