@augment-vir/common
Advanced tools
Comparing version 26.3.2 to 26.3.3
@@ -0,1 +1,2 @@ | ||
import { Writable } from 'type-fest'; | ||
export type PartialAndNullable<T extends object> = { | ||
@@ -10,3 +11,3 @@ [Prop in keyof T]?: T[Prop] | null | undefined; | ||
/** The input here must be serializable otherwise JSON parsing errors will be thrown */ | ||
export declare function copyThroughJson<T>(input: T): T; | ||
export declare function copyThroughJson<T>(input: Readonly<T>): Writable<T>; | ||
export type PropertyValueType<T> = T[keyof T]; | ||
@@ -13,0 +14,0 @@ export type ExtractKeysWithMatchingValues<OriginalObject extends object, Matcher> = keyof { |
{ | ||
"name": "@augment-vir/common", | ||
"version": "26.3.2", | ||
"version": "26.3.3", | ||
"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
177817
4299