@ts-common/iterator
Advanced tools
Comparing version 0.0.27 to 0.0.28
@@ -26,1 +26,2 @@ import { Tuple2 } from "@ts-common/tuple"; | ||
export declare function arrayEqual<T>(a: ReadonlyArray<T> | undefined, b: ReadonlyArray<T> | undefined, e: (ai: T, bi: T) => boolean): boolean; | ||
export declare function isArray<T, U>(v: ReadonlyArray<T> | U): v is ReadonlyArray<T>; |
@@ -187,1 +187,5 @@ "use strict"; | ||
exports.arrayEqual = arrayEqual; | ||
function isArray(v) { | ||
return v instanceof Array; | ||
} | ||
exports.isArray = isArray; |
{ | ||
"name": "@ts-common/iterator", | ||
"version": "0.0.27", | ||
"version": "0.0.28", | ||
"description": "Iterator library for JavaScript and TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
21020
216