File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ This is a [widely used library][2] to create temporary files and directories
1414in a [ node.js] [ 1 ] environment.
1515
1616Tmp offers both an asynchronous and a synchronous API. For all API calls, all
17- the parameters are optional.
17+ the parameters are optional. There also exists a promisified version of the
18+ API, see (5) under references below.
1819
1920Tmp uses crypto for determining random file names, or, when using templates,
2021a six letter random identifier. And just in case that you do not have that much
@@ -310,3 +311,4 @@ All options are optional :)
310311[ 2 ] : https://www.npmjs.com/browse/depended/tmp
311312[ 3 ] : http://www.kernel.org/doc/man-pages/online/pages/man3/mkstemp.3.html
312313[ 4 ] : https://raszi.github.io/node-tmp/
314+ [ 5 ] : https://github.com/benjamingr/tmp-promise
You can’t perform that action at this time.
0 commit comments