interfacefs.promises.DisposableTempDirinterface DisposableTempDirpath: stringThe path of the created directory.[Symbol.asyncDispose](): Promise<void>;The same as remove.remove(): Promise<void>;A function which removes the created directory.