UNPKG

snyk

Version:

snyk library and cli utility

6 lines (5 loc) 328 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;