@augment-vir/common
Advanced tools
Comparing version 6.1.3 to 6.1.4
@@ -48,3 +48,3 @@ import { AtLeastOneEntryArray } from './array'; | ||
}; | ||
type NestedBoolean<MatchObject extends object> = Partial<{ | ||
export type NestedBoolean<MatchObject extends object> = Partial<{ | ||
[Prop in keyof MatchObject]: MatchObject[Prop] extends object ? NestedBoolean<MatchObject[Prop]> | boolean : boolean; | ||
@@ -51,0 +51,0 @@ }>; |
@@ -48,3 +48,3 @@ import { AtLeastOneEntryArray } from './array'; | ||
}; | ||
type NestedBoolean<MatchObject extends object> = Partial<{ | ||
export type NestedBoolean<MatchObject extends object> = Partial<{ | ||
[Prop in keyof MatchObject]: MatchObject[Prop] extends object ? NestedBoolean<MatchObject[Prop]> | boolean : boolean; | ||
@@ -51,0 +51,0 @@ }>; |
@@ -48,3 +48,3 @@ import { AtLeastOneEntryArray } from './array'; | ||
}; | ||
type NestedBoolean<MatchObject extends object> = Partial<{ | ||
export type NestedBoolean<MatchObject extends object> = Partial<{ | ||
[Prop in keyof MatchObject]: MatchObject[Prop] extends object ? NestedBoolean<MatchObject[Prop]> | boolean : boolean; | ||
@@ -51,0 +51,0 @@ }>; |
{ | ||
"name": "@augment-vir/common", | ||
"version": "6.1.3", | ||
"version": "6.1.4", | ||
"homepage": "https://github.com/electrovir/augment-vir/tree/main/packages/common", | ||
@@ -5,0 +5,0 @@ "bugs": { |
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
141373
70578