UNPKG

ethers-tools

Version:

Contains tools for work with web3 contracts.

6 lines (5 loc) 179 B
/** * @param {import('ethers').Provider | import('ethers').Signer} driver * @returns {boolean} */ export const isSigner = (driver) => typeof driver?.getAddress === 'function';