main
Last change
on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 5 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
527 bytes
|
Rev | Line | |
---|
[79a0317] | 1 | export default addLimitKeyword;
|
---|
| 2 | export type Ajv = import("ajv").default;
|
---|
| 3 | export type Code = import("ajv").Code;
|
---|
| 4 | export type Name = import("ajv").Name;
|
---|
| 5 | export type KeywordErrorDefinition = import("ajv").KeywordErrorDefinition;
|
---|
| 6 | /** @typedef {import("ajv").default} Ajv */
|
---|
| 7 | /** @typedef {import("ajv").Code} Code */
|
---|
| 8 | /** @typedef {import("ajv").Name} Name */
|
---|
| 9 | /** @typedef {import("ajv").KeywordErrorDefinition} KeywordErrorDefinition */
|
---|
| 10 | /**
|
---|
| 11 | * @param {Ajv} ajv
|
---|
| 12 | * @returns {Ajv}
|
---|
| 13 | */
|
---|
| 14 | declare function addLimitKeyword(ajv: Ajv): Ajv;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.