UNPKG

@nodesecure/scanner

Version:

A package API to run a static analysis of your module's dependencies.

9 lines 290 B
export declare class TempDirectory { location: string; id: string; constructor(location: string, id: string); static create(): Promise<TempDirectory>; clear(): Promise<this>; [Symbol.asyncDispose](): Promise<void>; } //# sourceMappingURL=TempDirectory.class.d.ts.map