UNPKG

ts-scikit

Version:

A scientific toolkit written in Typescript

11 lines 378 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IndexOutOfBoundsError = void 0; class IndexOutOfBoundsError extends RangeError { constructor(message) { super(message); this.name = 'IndexOutOfBoundsError'; } } exports.IndexOutOfBoundsError = IndexOutOfBoundsError; //# sourceMappingURL=index-out-of-bounds-error.js.map