Blame view

天文台pc/tianwentai-ui/node_modules/tar/dist/commonjs/path-reservations.d.ts 314 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
8
9
10
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