TypeScriptgood first issue
倉庫指標
- Star
- (10,867 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
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";