Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/node/os.ts>tmpdir

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

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

Returns

string | null