Files
SAFEKISO/safekiso-server/node_modules/snyk/dist/lib/npm.d.ts
2026-04-07 14:50:23 +09:00

3 lines
202 B
TypeScript

export default function npm(method: string, packages: string[] | null, live: boolean, cwd: string | null, flags: string[] | null): Promise<void>;
export declare function getVersion(): Promise<unknown>;