TypeScriptgood first issue
Repository-Metriken
- Stars
- (10.867 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
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";