DefinitelyTyped/types/jsonschema-protobuf/index.d.ts

7 lines
298 B
TypeScript

// Type definitions for jsonschema-protobuf 1.0
// Project: https://github.com/karissa/jsonschema-protobuf
// Definitions by: Mo Kweon <https://github.com/kkweon>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function convert(schema: string): string;
export = convert;