UNPKG

locklift

Version:

Node JS framework for working with Ever contracts. Inspired by Truffle and Hardhat. Helps you to build, test, run and maintain your smart contracts.

9 lines (7 loc) 173 B
import { Extender } from "./plugins/types"; export declare global { declare namespace globalThis { /* eslint no-var: off */ var extenders: Array<Extender>; } }