minor adjustment to readme
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / internal / util / ArgumentOutOfRangeError.js
1 "use strict";
2 Object.defineProperty(exports, "__esModule", { value: true });
3 var ArgumentOutOfRangeErrorImpl = (function () {
4     function ArgumentOutOfRangeErrorImpl() {
5         Error.call(this);
6         this.message = 'argument out of range';
7         this.name = 'ArgumentOutOfRangeError';
8         return this;
9     }
10     ArgumentOutOfRangeErrorImpl.prototype = Object.create(Error.prototype);
11     return ArgumentOutOfRangeErrorImpl;
12 })();
13 exports.ArgumentOutOfRangeError = ArgumentOutOfRangeErrorImpl;
14 //# sourceMappingURL=ArgumentOutOfRangeError.js.map