UNPKG

@types/protocol-buffers-schema

Version:
6 lines (3 loc) 108 B
import { Schema } from "./types"; declare function stringify(schema: Schema): string; export = stringify;