1.0.0 • Published 8 years ago
mkdtemp-async v1.0.0
mkdtemp-async
Typed async mkdtemp function
// @flow
import mkdtempAsync from 'mkdtemp-async';
mkdtempAsync('path/to/file.txt').then(buffer => {
console.log(buffer.toString());
});
1.0.0
8 years ago