UNPKG

alinea

Version:
7 lines (6 loc) 157 B
export type InitOptions = { cwd?: string; quiet?: boolean; next?: boolean; }; export declare function init(options: InitOptions): Promise<void>;