1
0
Files
world/book/node_modules/honkit/lib/cli/watch.d.ts
2025-05-12 05:38:44 +09:00

10 lines
238 B
TypeScript

/**
Watch a folder and resolve promise once a file is modified
@param {string} dir
@param callback
@return {Promise}
*/
declare function watch(dir: any, callback: any): void;
export default watch;
//# sourceMappingURL=watch.d.ts.map