UNPKG

wickr-bedrock-bot

Version:

AWS Wickr's own Bedrock Bot

5 lines (3 loc) 205 B
import { PathLike } from 'node:fs' export declare function watchFileCreated(filename: PathLike): Promise<void> export declare function watchForWrite(filename: PathLike, testString: string): Promise<void>