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.

2 lines (1 loc) 117 B
export type CacheRecord = Record<string, { modificationTime: number }> & { compilerSettings?: Record<string, any> };