@opencreek/ext
Advanced tools
Comparing version 2.0.0 to 2.0.1--canary.24.5740933402.0
@@ -23,2 +23,3 @@ declare type PairSplit<T> = T extends [infer F, infer L] ? [Chain<F>, Chain<L>] : never; | ||
filterEntries(filter: (key: K, value: T) => boolean): ObjectChain<K, T>; | ||
toObject(): Record<K, T>; | ||
} | ||
@@ -25,0 +26,0 @@ export declare class Chain<T> { |
@@ -95,2 +95,5 @@ "use strict"; | ||
} | ||
toObject() { | ||
return this.val; | ||
} | ||
} | ||
@@ -97,0 +100,0 @@ exports.ObjectChain = ObjectChain; |
{ | ||
"name": "@opencreek/ext", | ||
"version": "2.0.0", | ||
"version": "2.0.1--canary.24.5740933402.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -162,2 +162,6 @@ import { | ||
} | ||
toObject(): Record<K, T> { | ||
return this.val | ||
} | ||
} | ||
@@ -164,0 +168,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
126999
2229
2