main
Last change
on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
324 bytes
|
Line | |
---|
1 | import type {Plugin} from "ajv"
|
---|
2 | import getDef from "../definitions/deepProperties"
|
---|
3 | import type {DefinitionOptions} from "../definitions/_types"
|
---|
4 |
|
---|
5 | const deepProperties: Plugin<DefinitionOptions> = (ajv, opts?: DefinitionOptions) =>
|
---|
6 | ajv.addKeyword(getDef(opts))
|
---|
7 |
|
---|
8 | export default deepProperties
|
---|
9 | module.exports = deepProperties
|
---|
Note:
See
TracBrowser
for help on using the repository browser.