Skip to content

fs-utils/temp-path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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();