README
possibly-async
Helps implementing functions that are synchronous or asynchronous depending of their parameters.
Installation
npm install possibly-async
License
MIT
Helps implementing functions that are synchronous or asynchronous depending of their parameters.
<script type="module">
import possiblyAsync from 'https://cdn.skypack.dev/possibly-async';
</script>
Helps implementing functions that are synchronous or asynchronous depending of their parameters.
npm install possibly-async
MIT