Comparing version 1.3.4 to 1.3.5
@@ -16,3 +16,3 @@ export type Dict<T = any, K extends string = string> = { | ||
export function clone<T>(source: T): T; | ||
export function deepEqual(a: any, b: any): boolean; | ||
export function deepEqual(a: any, b: any, loose?: boolean): boolean; | ||
export function pick<T extends object, K extends keyof T>(source: T, keys?: Iterable<K>, forced?: boolean): Pick<T, K>; | ||
@@ -19,0 +19,0 @@ export function omit<T, K extends keyof T>(source: T, keys?: Iterable<K>): Omit<T, K>; |
{ | ||
"name": "cosmokit", | ||
"description": "A collection of common utilities", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"sideEffects": false, | ||
@@ -6,0 +6,0 @@ "main": "lib/index.cjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
63895
709