js-toolkitdeprecated

A toolkit for being more productive with Javascript

Usage no npm install needed!

<script type="module">
  import jsToolkit from 'https://cdn.skypack.dev/js-toolkit';
</script>

README

JS-Toolkit

JS-Toolkit is a javascript utility belt, it helps you be more productive by providing some helper methods.

API

exports = {
  promisify: function(callback):function
  promisifyAll: function(object):object
  extend: function(target, ...object):target
}

License

This project is licensed under the terms of MIT License. See the License file for more info.