https://github.com/n8brooks/deno_superstruct
https://github.com/n8brooks/deno_superstruct
deno object-validator typescript
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/n8brooks/deno_superstruct
- Owner: N8Brooks
- License: mit
- Created: 2021-11-29T03:52:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-06T19:55:35.000Z (over 4 years ago)
- Last Synced: 2025-03-02T00:06:55.068Z (about 1 year 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.