Interface: Watcher¶
Defined in: compiler/src/types.ts:196
Handle returned by watch() to control the watcher.
Methods¶
close()¶
close():
Promise\<void>
Defined in: compiler/src/types.ts:198
Stop watching and clean up
Returns¶
Promise\<void>
Defined in: compiler/src/types.ts:196
Handle returned by watch() to control the watcher.
close():
Promise\<void>
Defined in: compiler/src/types.ts:198
Stop watching and clean up
Promise\<void>