diff --git a/docs/api.md b/docs/api.md index 98c45de..9004cd3 100644 --- a/docs/api.md +++ b/docs/api.md @@ -521,7 +521,6 @@ Watch for changes to a given file or directory. ```ts interface Options { encoding?: BufferEncoding | null; - recursive?: boolean; } ``` @@ -531,10 +530,6 @@ interface Options { Specifies the character encoding to be used for the filename passed to the listener. Default: `'utf8'`. -#### `recursive?: boolean` - -Indicates whether all subdirectories should be watched, or only the current directory. This applies when a directory is specified, and only on supported platforms. Default: `false`. -

Listener