skema icon indicating copy to clipboard operation
skema copied to clipboard

🛰 Skema provides a handy & composable way to validate / transform / purify the input data.

Results 4 skema issues
Sort by recently updated
recently updated
newest added

```js type({ set (v) { // what about the `this` object here? // How to pass `this` into `.from()` return Skema.from(v) } }) ```

enhancement