Skip to main content
Module

x/sdeno/deps.ts>os.tmpdir

Steno on Deno. Specialized fast async file writer.
Go to Latest
function os.tmpdir
import { os } from "https://deno.land/x/sdeno@v1.0.15/deps.ts";
const { tmpdir } = os;

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

Returns

string | null