UNPKG

snyk

Version:

snyk library and cli utility

11 lines (10 loc) 484 B
/// <reference types="node" /> export declare function createIacDir(): void; export declare function extractBundle(response: NodeJS.ReadableStream): Promise<void>; export declare function isValidBundle(wasmPath: string, dataPath: string): boolean; export declare function computeCustomRulesBundleChecksum(): string | undefined; export declare function computePaths(filePath: string, pathArg?: string): { targetFilePath: string; projectName: string; targetFile: string; };