@augment-vir/common
Advanced tools
Comparing version 31.2.0 to 31.2.1
@@ -1,2 +0,1 @@ | ||
import type { AnyObject } from '@augment-vir/core'; | ||
/** | ||
@@ -10,3 +9,3 @@ * Counts the number of unique keys in an object type. Note that a key of just `string` will count | ||
*/ | ||
export type KeyCount<T extends AnyObject> = UnionToTuple<keyof T>['length']; | ||
export type KeyCount<T> = UnionToTuple<keyof T>['length']; | ||
/** | ||
@@ -13,0 +12,0 @@ * This is not exported because its order is not stable but it's okay for our simple use case where |
{ | ||
"name": "@augment-vir/common", | ||
"version": "31.2.0", | ||
"version": "31.2.1", | ||
"description": "A collection of augments, helpers types, functions, and classes for any JavaScript environment.", | ||
@@ -42,4 +42,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@augment-vir/assert": "^31.2.0", | ||
"@augment-vir/core": "^31.2.0", | ||
"@augment-vir/assert": "^31.2.1", | ||
"@augment-vir/core": "^31.2.1", | ||
"@date-vir/duration": "^7.0.1", | ||
@@ -46,0 +46,0 @@ "ansi-styles": "^6.2.1", |
235342
6333
Updated@augment-vir/assert@^31.2.1
Updated@augment-vir/core@^31.2.1