Skip to content

Commit

Permalink
feat: support fs.mkdtemp
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse committed Nov 4, 2016
1 parent 85abfa0 commit 4dd2cfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ var api = [
]

typeof fs.access === 'function' && api.push('access')
typeof fs.mkdtemp === 'function' && api.push('mkdtemp')

require('thenify-all').withCallback(fs, exports, api)

Expand Down

0 comments on commit 4dd2cfe

Please sign in to comment.