source: trip-planner-front/node_modules/ajv/lib/vocabularies/dynamic/index.ts@ 571e0df

Last change on this file since 571e0df was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 328 bytes
Line 
1import type {Vocabulary} from "../../types"
2import dynamicAnchor from "./dynamicAnchor"
3import dynamicRef from "./dynamicRef"
4import recursiveAnchor from "./recursiveAnchor"
5import recursiveRef from "./recursiveRef"
6
7const dynamic: Vocabulary = [dynamicAnchor, dynamicRef, recursiveAnchor, recursiveRef]
8
9export default dynamic
Note: See TracBrowser for help on using the repository browser.