@augment-vir/common
Advanced tools
Comparing version 12.2.0 to 12.2.1
@@ -1,2 +0,2 @@ | ||
import { Jsonifiable } from 'type-fest'; | ||
import { JsonCompatibleValue } from '../json-compatible'; | ||
export type PartialAndNullable<T extends object> = { | ||
@@ -6,3 +6,3 @@ [Prop in keyof T]?: T[Prop] | null | undefined; | ||
export declare function isObject(input: any): input is NonNullable<object>; | ||
export declare function areJsonEqual(a: Jsonifiable | undefined, b: Jsonifiable | undefined): boolean; | ||
export declare function areJsonEqual(a: Readonly<JsonCompatibleValue | undefined>, b: Readonly<JsonCompatibleValue | undefined>): boolean; | ||
/** The input here must be serializable otherwise JSON parsing errors will be thrown */ | ||
@@ -9,0 +9,0 @@ export declare function copyThroughJson<T>(input: T): T; |
@@ -1,2 +0,2 @@ | ||
import { Jsonifiable } from 'type-fest'; | ||
import { JsonCompatibleValue } from '../json-compatible'; | ||
export type PartialAndNullable<T extends object> = { | ||
@@ -6,3 +6,3 @@ [Prop in keyof T]?: T[Prop] | null | undefined; | ||
export declare function isObject(input: any): input is NonNullable<object>; | ||
export declare function areJsonEqual(a: Jsonifiable | undefined, b: Jsonifiable | undefined): boolean; | ||
export declare function areJsonEqual(a: Readonly<JsonCompatibleValue | undefined>, b: Readonly<JsonCompatibleValue | undefined>): boolean; | ||
/** The input here must be serializable otherwise JSON parsing errors will be thrown */ | ||
@@ -9,0 +9,0 @@ export declare function copyThroughJson<T>(input: T): T; |
@@ -1,2 +0,2 @@ | ||
import { Jsonifiable } from 'type-fest'; | ||
import { JsonCompatibleValue } from '../json-compatible'; | ||
export type PartialAndNullable<T extends object> = { | ||
@@ -6,3 +6,3 @@ [Prop in keyof T]?: T[Prop] | null | undefined; | ||
export declare function isObject(input: any): input is NonNullable<object>; | ||
export declare function areJsonEqual(a: Jsonifiable | undefined, b: Jsonifiable | undefined): boolean; | ||
export declare function areJsonEqual(a: Readonly<JsonCompatibleValue | undefined>, b: Readonly<JsonCompatibleValue | undefined>): boolean; | ||
/** The input here must be serializable otherwise JSON parsing errors will be thrown */ | ||
@@ -9,0 +9,0 @@ export declare function copyThroughJson<T>(input: T): T; |
{ | ||
"name": "@augment-vir/common", | ||
"version": "12.2.0", | ||
"version": "12.2.1", | ||
"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
176966