securityos/node_modules/ts-prune/lib/configurator.d.ts

8 lines
176 B
TypeScript

export interface IConfigInterface {
project?: string;
ignore?: string;
error?: string;
skip?: string;
}
export declare const getConfig: () => IConfigInterface;