Documentation

type BindingOrValue

A type that maps to the specified type or a Binding instance.

type BindingOrValue<T> =
| T
| {
[BindingOrValue.TYPE_CHECK]: () => T;
};

Notes

Static members