index.d.ts 104 B

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