UNPKG

stream-mock

Version:
15 lines 462 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var WARNING_TYPES; (function (WARNING_TYPES) { WARNING_TYPES["DEPRECATED"] = "DeprecationWarning"; })(WARNING_TYPES = exports.WARNING_TYPES || (exports.WARNING_TYPES = {})); class Warning extends Error { constructor(msg, name, code) { super(msg); this.name = name; this.code = code; } } exports.default = Warning; //# sourceMappingURL=Warning.js.map