UNPKG

@maverick-js/compiler

Version:

Maverick toolchain including the analyzer and compiler.

2 lines (1 loc) 150 B
export declare function resolveConfigPaths<T extends Record<string, unknown>>(cwd: string, config: T, match?: (key: keyof T) => boolean): Promise<T>;