Files
memecoin-botV2/.pnpm-store/v10/files/25/23fde67184e42d8dd67a09fe633a144f3078e2a0b9d3fee738bf2f579fccf337ecd79c2e8b07d46d83c398992dcfd927d79b98f590365a9e6d1636a86b20f3

5 lines
212 B
Plaintext

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