@bitbeater/node-utils - v3.0.0
    Preparing search index...

    Function tail

    • Tails a file and calls the callback with new data when the file is appended.

      Parameters

      • filePath: string
      • cb: (chunk: Uint8Array) => void

      Returns FSWatcher