FileSystemAdapter.stopWatchPath method
FileSystemAdapter › stopWatchPath
Unofficial
Remove listener on specific path.Signature:
stopWatchPath(normalizedPath: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| normalizedPath | string | The path to stop watching. |
Returns: void