D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
washeet.softurecs.com
/
node_modules
/
pino
/
test
/
Filename :
helper.d.ts
back
Copy
import { PathLike } from 'node:fs' export declare function watchFileCreated(filename: PathLike): Promise<void> export declare function watchForWrite(filename: PathLike, testString: string): Promise<void>