UNPKG

docschema

Version:

Schema declaration and validation library using JsDoc comments

15 lines (12 loc) 247 B
/** * This file contains types, exported and used by other modules. */ import { docSchema } from './types' export default docSchema export { docSchema, DocSchema, DocSchemaParser, DocSchemaValidator, ValidationError } from './types'