options.d.ts 85 Bytes Raw Blame History Permalink 1 2 3 4 export interface Options { cwd: string; } export declare const options: Options;