Initial commit
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user