index.d.ts 100 B

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