Skip to content
Apiary

MaybeBoxed

type MaybeBoxed<T> = ValueBox<T> | T;

T extends ArrayValue