README
bs-tmp
bucklescript bindings and sugar for node tempfiles, based on node-tmp.
Usage
let path = BsTmp.tempFile();
bucklescript bindings and sugar for node tempfiles, based on node-tmp.
<script type="module">
import bsTmp from 'https://cdn.skypack.dev/bs-tmp';
</script>
bucklescript bindings and sugar for node tempfiles, based on node-tmp.
let path = BsTmp.tempFile();