UNPKG

iteragain

Version:

Javascript Iterable/Iterator/Generator-function utilities.

8 lines 479 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MINMAX_EMPTY_ERROR = exports.MAX_EMPTY_ERROR = exports.MIN_EMPTY_ERROR = exports.REDUCE_EMPTY_ERROR = void 0; exports.REDUCE_EMPTY_ERROR = 'Reduce of empty iterator with no initial value'; exports.MIN_EMPTY_ERROR = 'Min of empty iterator'; exports.MAX_EMPTY_ERROR = 'Max of empty iterator'; exports.MINMAX_EMPTY_ERROR = 'Minmax of empty iterator'; //# sourceMappingURL=emptyIteratorError.js.map