@ts-common/iterator
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,4 +0,1 @@ | ||
/** | ||
* See this PR https://github.com/microsoft/TypeScript/pull/30790 | ||
*/ | ||
export declare type IterableEx<T> = Iterable<T> & { | ||
@@ -5,0 +2,0 @@ /** |
"use strict"; | ||
/** | ||
* See this PR https://github.com/microsoft/TypeScript/pull/30790 | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -6,0 +3,0 @@ exports.iterable = (createIterator) => { |
{ | ||
"name": "@ts-common/iterator", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Iterator library for JavaScript and TypeScript", | ||
@@ -67,9 +67,13 @@ "main": "dist/index.js", | ||
"@types/jest": "^24.9.0", | ||
"jest": "^24.9.0", | ||
"jest": "^25.1.0", | ||
"jest-junit": "^10.0.0", | ||
"tslint": "^5.20.1", | ||
"tslint": "^6.0.0", | ||
"tslint-immutable": "^6.0.1", | ||
"typescript": "^3.7.5" | ||
"typescript": "^3.7.5", | ||
"tslib": "^1.10.0" | ||
}, | ||
"dependencies": {} | ||
"dependencies": {}, | ||
"peerDependencies": { | ||
"tslib": "^1.0.0" | ||
} | ||
} |
@@ -1,5 +0,1 @@ | ||
/** | ||
* See this PR https://github.com/microsoft/TypeScript/pull/30790 | ||
*/ | ||
export type IterableEx<T> = Iterable<T> & { | ||
@@ -6,0 +2,0 @@ /** |
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
65023
1
7
841