Comparing version 4.0.3 to 4.0.4
@@ -32,2 +32,3 @@ /// <reference types="lodash" /> | ||
readonly pick: <TResult extends {}, T extends {}>(object: T | null | undefined, ...predicate: lodash.Many<lodash.StringRepresentable>[]) => TResult; | ||
readonly pickBy: <TResult extends {}, T extends {}>(object: T | null | undefined, predicate?: lodash.ObjectIterator<any, boolean> | undefined) => TResult; | ||
readonly property: <TObj, TResult>(path: lodash.Many<lodash.StringRepresentable>) => (obj: TObj) => TResult; | ||
@@ -34,0 +35,0 @@ readonly result: { |
@@ -13,2 +13,3 @@ "use strict"; | ||
get pick() { return fetch('lodash/pick'); }, | ||
get pickBy() { return fetch('lodash/pickBy'); }, | ||
get property() { return fetch('lodash/property'); }, | ||
@@ -15,0 +16,0 @@ get result() { return fetch('lodash/result'); }, |
{ | ||
"name": "ts-lodash", | ||
"description": "lazy-loading lodash for typescript", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"author": "Jeff Dickey", | ||
@@ -6,0 +6,0 @@ "devDependencies": { |
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
6796
97
17