Files
infocom-systems-design/node_modules/pino/test/helper.d.ts
2025-10-03 22:27:28 +03:00

5 lines
200 B
TypeScript

import { PathLike } from 'fs'
export declare function watchFileCreated(filename: PathLike): Promise<void>
export declare function watchForWrite(filename: PathLike, testString: string): Promise<void>