skema
skema copied to clipboard
context is hard to pass into from
type({
set (v) {
// what about the `this` object here?
// How to pass `this` into `.from()`
return Skema.from(v)
}
})