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