@augment-vir/core
Advanced tools
Comparing version
import type { CompleteRequire } from './required-keys.js'; | ||
/** | ||
* Gets all values of an object. | ||
* Gets the value types of an object with all parts of that object required. | ||
* | ||
@@ -9,4 +9,12 @@ * @category Object | ||
*/ | ||
export type Values<T> = CompleteRequire<T>[keyof T]; | ||
export type CompleteValues<T> = CompleteRequire<T>[keyof T]; | ||
/** | ||
* Gets the value types of an object. | ||
* | ||
* @category Object | ||
* @category Package : @augment-vir/common | ||
* @package [`@augment-vir/common`](https://www.npmjs.com/package/@augment-vir/common) | ||
*/ | ||
export type Values<T> = T[keyof T]; | ||
/** | ||
* Gets the value within an object when all its keys are required. | ||
@@ -13,0 +21,0 @@ * |
{ | ||
"name": "@augment-vir/core", | ||
"version": "31.1.1", | ||
"version": "31.2.0", | ||
"description": "Core augment-vir augments. Use @augment-vir/common instead.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/electrovir/augment-vir", |
101614
0.28%2256
0.36%