Type Error in `S.compose` with incompatible types
Should this
Should it say this can't be composed?
S.compose give me a type error: Should it say this can't be composed?
S.composeexport const test = S.compose(S.struct({ name: S.string}), S.number);