Stops all watchers created by watch.

await unwatchAll()

Examples

await watch('./src/*.css', () => {});
await unwatchAll();