mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
update pathwatcher
This commit is contained in:
parent
32f0a90dab
commit
aee42d3e87
3
pathwatcher/pathwatcher.d.ts
vendored
3
pathwatcher/pathwatcher.d.ts
vendored
@ -26,7 +26,8 @@ declare module PathWatcher {
|
||||
write(text:string):void;
|
||||
readSync(flushCache:boolean):string;
|
||||
read(flushCache?:boolean):Q.Promise<string>;
|
||||
exists():boolean;
|
||||
// exists():boolean;
|
||||
existsSync():boolean;
|
||||
setDigest(contents:string):void;
|
||||
getDigest():string;
|
||||
writeFileWithPrivilegeEscalationSync (filePath:string, text:string):void;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user