UNPKG

missing-native-js-functions

Version:

mnJSf that should be the base library for every JS project

10 lines 277 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Util_1 = require("./Util"); (0, Util_1.define)(Promise.prototype, { caught: function () { this.catch(console.error); return this; }, }); //# sourceMappingURL=Promise.js.map