API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeValueOf
@codexo/exojs / core / stable
Type-level extractor of an object's value type, equivalent to `T[keyof T]`.
0
props
0
methods
0
events
Import
import { ValueOf } from '@codexo/exojs'Type-level extractor of an object's value type, equivalent to `T[keyof T]`.
Definition1
T[keyof T]Source