index.d.ts 114 B

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