UNPKG

avsc-json-sample

Version:

A librairy to generate predicable JSON sample from an avsc type

3 lines (2 loc) 88 B
import { Type } from "avsc"; export declare function typeToJsonSample(type: Type): any;