Changeset 79a0317 for imaps-frontend/node_modules/chokidar/handler.d.ts
- Timestamp:
- 01/21/25 03:08:24 (2 weeks ago)
- Branches:
- main
- Parents:
- 0c6b92a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/chokidar/handler.d.ts
r0c6b92a r79a0317 11 11 export declare const isMacos: boolean; 12 12 export declare const isLinux: boolean; 13 export declare const isFreeBSD: boolean; 13 14 export declare const isIBMi: boolean; 14 15 export declare const EVENTS: { … … 88 89 _addToNodeFs(path: string, initialAdd: boolean, priorWh: WatchHelper | undefined, depth: number, target?: string): Promise<string | false | undefined>; 89 90 } 90 //# sourceMappingURL=handler.d.ts.map
Note:
See TracChangeset
for help on using the changeset viewer.