options.d.ts 85 B

1234
  1. export interface Options {
  2. cwd: string;
  3. }
  4. export declare const options: Options;