UNPKG

typechain

Version:

🔌 TypeScript bindings for Ethereum smartcontracts

5 lines (4 loc) • 172 B
/** * Transforms all paths matching `ContractName(\.sol)?/ContractName.ext` */ export declare function shortenFullJsonFilePath(path: string, allPaths: string[]): string;