Bun

interface

fs.DisposableTempDir

interface DisposableTempDir

  • path: string

    The path of the created directory.

  • [Symbol.asyncDispose](): Promise<void>;

    The same as remove.

  • remove(): Promise<void>;

    A function which removes the created directory.