time-to-botec/js/node_modules/@stdlib/os/tmpdir/docs/repl.txt
NunoSempere b6addc7f05 feat: add the node modules
Necessary in order to clearly see the squiggle hotwiring.
2022-12-03 12:44:49 +00:00

18 lines
278 B
Plaintext

{{alias}}()
Returns the directory for storing temporary files.
Returns
-------
dir: string
Directory for temporary files.
Examples
--------
> var dir = {{alias}}()
e.g., '/path/to/temporary/files/directory'
See Also
--------