UNPKG

ts-scikit

Version:

A scientific toolkit written in Typescript

9 lines 772 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var illegal_argument_error_1 = require("./illegal-argument-error"); Object.defineProperty(exports, "IllegalArgumentError", { enumerable: true, get: function () { return illegal_argument_error_1.IllegalArgumentError; } }); var illegal_state_error_1 = require("./illegal-state-error"); Object.defineProperty(exports, "IllegalStateError", { enumerable: true, get: function () { return illegal_state_error_1.IllegalStateError; } }); var index_out_of_bounds_error_1 = require("./index-out-of-bounds-error"); Object.defineProperty(exports, "IndexOutOfBoundsError", { enumerable: true, get: function () { return index_out_of_bounds_error_1.IndexOutOfBoundsError; } }); //# sourceMappingURL=index.js.map