UNPKG

@nomicfoundation/hardhat-chai-matchers

Version:
9 lines (8 loc) 216 B
export function tryDereference(value: any, type: string) { const { Typed } = require("ethers") as typeof import("ethers"); try { return Typed.dereference(value, type); } catch { return undefined; } }