Comparing version 1.3.0 to 1.3.1
@@ -26,3 +26,3 @@ export type Dict<T = any, K extends string = string> = { | ||
export function deduplicate<T>(array: readonly T[]): T[]; | ||
export function remove<T>(list: T[], item: T): true | undefined; | ||
export function remove<T>(list: T[], item: T): boolean; | ||
export function makeArray<T>(source: T | T[]): T[]; | ||
@@ -29,0 +29,0 @@ export function capitalize(source: string): string; |
{ | ||
"name": "cosmokit", | ||
"description": "A collection of common utilities", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"main": "lib/index.cjs", | ||
@@ -6,0 +6,0 @@ "module": "lib/index.mjs", |
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
63335
705