gemfile.d.ts 234 B

1234
  1. import { Spec } from './index';
  2. import * as types from '../../types';
  3. export declare function canHandle(file: string): boolean;
  4. export declare function gatherSpecs(root: string, target: string, options: types.Options): Promise<Spec>;