tynder
Version:
TypeScript friendly Data validator for JavaScript.
9 lines • 334 B
JavaScript
// 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';
//# sourceMappingURL=codegen.js.map