Files
e-tib.com/node_modules/.pnpm/pino@10.3.1/node_modules/pino/test/helper.d.ts
Marc Mintel d14122005d Initial commit: E-TIB production hardening & E2E foundation
Former-commit-id: ef04fca3d76375630c05aac117bf586953f3b657
2026-04-28 19:11:38 +02:00

5 lines
212 B
TypeScript

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