cmux/node_modules/ajv/dist/vocabularies/dynamic/index.d.ts
2026-01-29 17:36:26 -08:00

3 lines
106 B
TypeScript

import type { Vocabulary } from "../../types";
declare const dynamic: Vocabulary;
export default dynamic;