UNPKG

@candrewsintegralblue/snyk

Version:

snyk library and cli utility

9 lines (8 loc) 224 B
import * as gemfile from './gemfile'; import { Files } from './try-get-spec'; export interface Spec { packageName: string; targetFile: string; files: Files; } export declare const inspectors: (typeof gemfile)[];