@augment-vir/common
Advanced tools
Comparing version 12.9.1 to 12.10.0
@@ -5,2 +5,5 @@ import { JsonCompatibleValue } from '../json-compatible'; | ||
}; | ||
export type PartialAndUndefined<T extends object> = { | ||
[Prop in keyof T]?: T[Prop] | undefined; | ||
}; | ||
export declare function isObject(input: any): input is NonNullable<object>; | ||
@@ -7,0 +10,0 @@ export declare function areJsonEqual(a: Readonly<JsonCompatibleValue | undefined>, b: Readonly<JsonCompatibleValue | undefined>): boolean; |
@@ -5,2 +5,5 @@ import { JsonCompatibleValue } from '../json-compatible'; | ||
}; | ||
export type PartialAndUndefined<T extends object> = { | ||
[Prop in keyof T]?: T[Prop] | undefined; | ||
}; | ||
export declare function isObject(input: any): input is NonNullable<object>; | ||
@@ -7,0 +10,0 @@ export declare function areJsonEqual(a: Readonly<JsonCompatibleValue | undefined>, b: Readonly<JsonCompatibleValue | undefined>): boolean; |
@@ -5,2 +5,5 @@ import { JsonCompatibleValue } from '../json-compatible'; | ||
}; | ||
export type PartialAndUndefined<T extends object> = { | ||
[Prop in keyof T]?: T[Prop] | undefined; | ||
}; | ||
export declare function isObject(input: any): input is NonNullable<object>; | ||
@@ -7,0 +10,0 @@ export declare function areJsonEqual(a: Readonly<JsonCompatibleValue | undefined>, b: Readonly<JsonCompatibleValue | undefined>): boolean; |
{ | ||
"name": "@augment-vir/common", | ||
"version": "12.9.1", | ||
"version": "12.10.0", | ||
"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
185265
3721
1