UNPKG

scanpack

Version:

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

6 lines 264 B
import type { FileSystemPort } from '../../domain/ports.js'; export declare class FileSystemAdapter implements FileSystemPort { readFile(path: string): Promise<string>; readFileSync(path: string): string; } //# sourceMappingURL=file-system.adapter.d.ts.map