@ts-common/iterator
Advanced tools
Comparing version 1.0.1 to 1.1.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.uniq = exports.dropRight = exports.empty = exports.join = exports.isEmpty = exports.arrayReverse = exports.reverse = exports.toArray = exports.isArray = exports.isEqual = exports.isStrictEqual = exports.zip = exports.max = exports.min = exports.sum = exports.forEach = exports.every = exports.some = exports.last = exports.first = exports.reduce = exports.fold = exports.flatScan = exports.scan = exports.repeat = exports.generate = exports.filter = exports.filterMap = exports.optionalToArray = exports.flatMap = exports.find = exports.findEntry = exports.take = exports.takeWhile = exports.concat = exports.flat = exports.drop = exports.map = exports.entries = exports.chain = exports.ENTRY_VALUE = exports.ENTRY_KEY = exports.iterable = void 0; | ||
exports.iterable = (createIterator) => { | ||
@@ -4,0 +5,0 @@ const it = { [Symbol.iterator]: createIterator }; |
{ | ||
"name": "@ts-common/iterator", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Iterator library for JavaScript and TypeScript", | ||
@@ -60,3 +60,3 @@ "main": "dist/index.js", | ||
"author": "Sergey Shandar", | ||
"license": "Apache-2.0", | ||
"license": "MIT", | ||
"bugs": { | ||
@@ -63,0 +63,0 @@ "url": "https://github.com/ts-common/iterator/issues" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
844
56068