UNPKG

@the-goat/core

Version:

![npm version](https://badgen.net/npm/v/@the-goat/goat?icon=npm) ![npm downloads](https://badgen.net/npm/dt/@the-goat/goat?icon=npm) ![npm weekly downloads](https://badgen.net/npm/dw/@the-goat/goat?icon=npm) ![npm licence](https://badgen.net/npm/license/@

7 lines (6 loc) 184 B
export = watch; /** * Base for file watch event, watches the cwd and triggers a goat event on file changes * @param {Object} events */ declare function watch(events: Object): void;