Bun

interface

fs.DisposableTempDir

interface DisposableTempDir

  • path: string

    The path of the created directory.

  • The same as remove.

  • remove(): void;

    A function which removes the created directory.