os-tmpdir (1.0.2)
Published 2026-02-24 14:02:14 +00:00 by atheaadmin
Installation
registry=npm install os-tmpdir@1.0.2"os-tmpdir": "1.0.2"About this package
os-tmpdir 
Node.js
os.tmpdir()ponyfill
Use this instead of require('os').tmpdir() to get a consistent behavior on different Node.js versions (even 0.8).
Install
$ npm install --save os-tmpdir
Usage
const osTmpdir = require('os-tmpdir');
osTmpdir();
//=> '/var/folders/m3/5574nnhn0yj488ccryqr7tc80000gn/T'
API
See the os.tmpdir() docs.
License
MIT © Sindre Sorhus
Dependencies
Development Dependencies
| ID | Version |
|---|---|
| ava | * |
| xo | ^0.16.0 |
Keywords
built-in
core
ponyfill
polyfill
shim
os
tmpdir
tempdir
tmp
temp
dir
directory
env
environment