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.