draft2020.d.ts 133 B

123
  1. import type { Vocabulary } from "../types";
  2. declare const draft2020Vocabularies: Vocabulary[];
  3. export default draft2020Vocabularies;