UNPKG

172 BTypeScriptView Raw
1/**
2 * Transforms all paths matching `ContractName(\.sol)?/ContractName.ext`
3 */
4export declare function shortenFullJsonFilePath(path: string, allPaths: string[]): string;