Create a unique temporary directory. The given template must end in XXXXXX, and the Xs will be replaced to provide a unique directory name.
const tmpDir = await tjs.mkdtemp('tmpDirXXXXXX');
Template for the directory.
Generated using TypeDoc
Create a unique temporary directory. The given template must end in XXXXXX, and the Xs will be replaced to provide a unique directory name.