0.0.3 • Published 4 years ago

notis-schema v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Notis Schema

Getting Started

Notis Schema is a library of prefined schemas ready to use in your apps.

1. Getting Schemas

Here we will look how you can retrieve the schemas. You can either retrieve them seperatly or as a bundle.

// get individual schemas
const { JoiSchema, DefaultSchema } = require('notis-schema')

// get all schemas combined into one bundle

const schema = require('notis-schema')()
0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago