Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/n8brooks/deno_superstruct
https://github.com/n8brooks/deno_superstruct
deno object-validator typescript
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/n8brooks/deno_superstruct
- Owner: N8Brooks
- License: mit
- Created: 2021-11-29T03:52:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-06T19:55:35.000Z (about 3 years ago)
- Last Synced: 2024-12-09T18:46:35.575Z (17 days ago)
- Topics: deno, object-validator, typescript
- Language: TypeScript
- Homepage: https://deno.land/x/deno_superstruct
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.