safe
Version:
Starting from version 0.4.0 safejs implements almost all functions of [Async](https://github.com/caolan/async) and can transparently replace it. For asyncjs functions library adds its error trap capabilities and also contain some optimizations and speed i
17 lines • 454 B
JavaScript
/*!
* safejs
* https://github.com/sergeyksv/safejs
*
* Copyright 2012-2023 PushOk Software
* Licensed under MIT
*/
!(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
(factory((global.safe = {})));
}(this, (function (exports) {
/* body */
Object.defineProperty(exports, "__esModule", {
value: true
});
})));