UNPKG

@napi-rs/cli

Version:
8 lines (7 loc) 224 B
interface MinimalNapiOptions { cwd: string; configPath?: string; packageJsonPath?: string; } export declare function readConfig(options: MinimalNapiOptions): Promise<import("./config.js").NapiConfig>; export {};