@sentio/truffle-fetch-and-compile
Version:
Used to obtain external verified sources and compile them
5 lines (4 loc) • 353 B
TypeScript
import Config from "@truffle/config";
import type { FetchAndCompileOptions } from "./types";
export declare function normalizeFetchAndCompileOptions(options: FetchAndCompileOptions | Config): FetchAndCompileOptions;
export declare function normalizeFetcherNames(optionsOrFetcherNames?: FetchAndCompileOptions | Config | string[]): string[] | undefined;