Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/n8brooks/deno_superstruct


https://github.com/n8brooks/deno_superstruct

deno object-validator typescript

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# deno_superstruct

Copied from [superstruct](https://github.com/ianstormtaylor/superstruct) src
directory. A few modifications were made to fix `TypeScript` problems. Mostly
just replacing any `value` it didn't like with `(value as any)` and running
`> deno fmt`. Refer to superstruct's
[readme](https://github.com/ianstormtaylor/superstruct#readme) for
documentation.