UNPKG

scanpack

Version:

Dependency scanner to detect unknown or malicious packages in Node.js and Bun projects

8 lines 317 B
import type { FileSystemPort } from '../../domain/ports.js'; export declare class IgnoreListAdapter { private readonly fileSystem; private readonly projectPath; constructor(fileSystem: FileSystemPort, projectPath: string); getIgnoreList(): string[]; } //# sourceMappingURL=ignore-list.adapter.d.ts.map