helpertypes
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -0,1 +1,10 @@ | ||
## [0.0.11](https://github.com/wessberg/helpertypes/compare/v0.0.10...v0.0.11) (2021-09-06) | ||
### Bug Fixes | ||
* add Function to ignored types in PartialDeep ([ee8d6f2](https://github.com/wessberg/helpertypes/commit/ee8d6f24f15d81d5870ff20384d42ccc0a7aff6d)) | ||
## [0.0.10](https://github.com/wessberg/helpertypes/compare/v0.0.9...v0.0.10) (2021-09-03) | ||
@@ -2,0 +11,0 @@ |
@@ -336,3 +336,3 @@ /** | ||
*/ | ||
export declare type IgnoredLookupValue = string | number | bigint | symbol | boolean | undefined | null | Date | RegExp | Set<unknown> | WeakSet<never> | Map<unknown, unknown> | WeakMap<never, unknown>; | ||
export declare type IgnoredLookupValue = string | number | bigint | symbol | boolean | undefined | null | Date | RegExp | CallableFunction | Set<unknown> | WeakSet<never> | Map<unknown, unknown> | WeakMap<never, unknown>; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "helpertypes", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "A collection of TypeScript helper types", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
27980