Comparing version 0.6.2 to 0.6.3
@@ -168,3 +168,3 @@ /** | ||
export type MapKeys<T> = T extends Map<infer K, any> ? K : never; | ||
export type ClassLike<Instance = unknown> = abstract new (...args: unknown[]) => Instance; | ||
export type ClassLike<Instance = any> = abstract new (...args: any[]) => Instance; | ||
/** | ||
@@ -171,0 +171,0 @@ * Converts a union to an intersection |
{ | ||
"name": "utilium", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"description": "Typescript utilies", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -205,3 +205,3 @@ /** | ||
export type ClassLike<Instance = unknown> = abstract new (...args: unknown[]) => Instance; | ||
export type ClassLike<Instance = any> = abstract new (...args: any[]) => Instance; | ||
@@ -208,0 +208,0 @@ /** |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
70552