Skip to content

True Myth / maybe / MaybeJSON

Type Alias: MaybeJSON<T>

MaybeJSON<T> = JustJSON<T> | NothingJSON

Type Parameters

T

T