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

8 lines
176 B
TypeScript
Raw Normal View History

2024-09-06 15:32:35 +00:00
export interface IConfigInterface {
project?: string;
ignore?: string;
error?: string;
skip?: string;
}
export declare const getConfig: () => IConfigInterface;