UNPKG

nativefier

Version:
6 lines (5 loc) 217 B
import { AppOptions } from '../../shared/src/options/model'; /** * Takes the options object and infers new values needing async work */ export declare function asyncConfig(options: AppOptions): Promise<AppOptions>;