elearning/Frontend-Learner/node_modules/tar/dist/commonjs/path-reservations.d.ts

11 lines
314 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
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