index.d.ts 100 Bytes Raw Blame History Permalink 1 2 3 import type { Vocabulary } from "../../types"; declare const core: Vocabulary; export default core;