hashbrown

StandardTypedV1

The Standard Typed interface. This is a base type extended by other specs.

API

interface StandardTypedV1<Input = unknown, Output = Input>  {
}
StandardTypedV1
@typeInput
@typeOutput
"~standard"
StandardTypedV1.Props<Input, Output>

The Standard properties.

API