function tmpPathimport { tmpPath } from "https://deno.land/x/simple_utility@v2.0.9/src/deno/path.ts"; tmpPath(): stringSystem-wide temporary directory path for each OS. /tmp for UNIX and C:/Windows/Temp for Windows. ExamplesExample 1 const path = tmpPath(); Returnsstring