Skip to main content
Module

std/node/os.ts>tmpdir

Deno standard library
Go to Latest
function tmpdir
import { tmpdir } from "https://deno.land/std@0.145.0/node/os.ts";

Returns the operating system's default directory for temporary files as a string.

Returns

string | null