Files
boc/services/frilans-payout/node_modules/pino/test/helper.d.ts
T

5 lines
200 B
TypeScript
Raw Normal View History

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