UNPKG

tynder

Version:

TypeScript friendly Data validator for JavaScript.

11 lines (8 loc) 303 B
// Copyright (c) 2019 Shellyl_N and Authors // license: ISC // https://github.com/shellyln export * from './lib/codegen/typescript'; export * from './lib/codegen/json-schema'; export * from './lib/codegen/proto3'; export * from './lib/codegen/graphql'; export * from './lib/codegen/csharp';