circu.js
    Preparing search index...

    File system watcher object

    interface FsWatcher {
        "[toStringTag]": "FsWatcher";
        path: string;
        close(): Promise<void>;
    }
    Index

    Properties

    Methods

    Properties

    "[toStringTag]": "FsWatcher"
    path: string

    Watched file or directory path

    Methods

    • Close file system watcher

      Returns Promise<void>