0.0.2 • Published 5 months ago

@usf-org/zod v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@usf-org/schema

Zod schema for USF.

Usage

import { Schema } from '@usf-org/schema'

const schema = Schema.safeParse({})

You also can use toJsonSchema to get the JSON Schema of the schema.

import { toJsonSchema } from '@usf-org/schema'

const jsonSchema = toJsonSchema(Schema)

License

MIT

0.0.2

5 months ago

0.0.1

5 months ago