source:
trip-planner-front/node_modules/ajv/lib/vocabularies/unevaluated/index.ts@
fa375fe
Last change on this file since fa375fe was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 257 bytes |
Line | |
---|---|
1 | import type {Vocabulary} from "../../types" |
2 | import unevaluatedProperties from "./unevaluatedProperties" |
3 | import unevaluatedItems from "./unevaluatedItems" |
4 | |
5 | const unevaluated: Vocabulary = [unevaluatedProperties, unevaluatedItems] |
6 | |
7 | export default unevaluated |
Note:
See TracBrowser
for help on using the repository browser.