TypeScriptgood first issue
Metriche repository
- Star
- (10.867 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
Running quicktype from the command line like so
quicktype --src-lang schema -o src/cli/ExperimentCounts.ts src/counts.schema
yields
// To parse this data:
//
// import { Convert, ExperimentCounts } from "./file";