Skip to content

Type Alias: TypeValue<T>

ts
type 
TypeValue
<
T
> =
TypeFunction
<
T
> | readonly [
TypeFunction
<
T
>];

Defined in: packages/parser/src/types.ts:39

Type Parameters

Type ParameterDefault type
Tunknown

Released under the MIT license