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

3 lines
175 B
TypeScript
Raw Permalink Normal View History

2024-09-06 15:32:35 +00:00
import { IConfigInterface } from "./configurator";
export declare const run: (config: IConfigInterface, output?: (message?: any, ...optionalParams: any[]) => void) => number;