UNPKG

@sentio/truffle-fetch-and-compile

Version:
5 lines (4 loc) 353 B
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;