Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.4 KB

README.md

File metadata and controls

34 lines (28 loc) · 1.4 KB

temp-path

NPM version Build status Test coverage Dependency Status License Downloads

Create a temporary filename or path.

var random = require('temp-path');

var filename = random();