ICT30016-Assignment-3/node_modules/tar/dist/commonjs/path-reservations.d.ts
dlawler489 a79a6afd34 intial
intial
2025-09-16 12:09:52 +10:00

11 lines
No EOL
314 B
TypeScript

export type Reservation = {
paths: string[];
dirs: Set<string>;
};
export type Handler = (clear: () => void) => void;
export declare class PathReservations {
#private;
reserve(paths: string[], fn: Handler): boolean;
check(fn: Handler): boolean;
}
//# sourceMappingURL=path-reservations.d.ts.map