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.

10 lines (9 loc) 317 B
import { ComponentType } from "./constants"; export declare const getPathToVersion: ({ component, version }: { component: ComponentType; version: string; }) => string; export declare const isComponentVersionExists: ({ version, component, }: { version: string; component: ComponentType; }) => boolean;