Sign in
apache
/
nifi-fds
/
gh-pages
/
.
/
node_modules
/
ajv-keywords
/
ajv-keywords.d.ts
blob: 2d562ee436618361c9c0f4effd91ec00f745be6b [
file
] [
log
] [
blame
]
declare
module
'ajv-keywords'
{
import
{
Ajv
}
from
'ajv'
;
function
keywords
(
ajv
:
Ajv
,
include
?:
string
|
string
[]):
Ajv
;
export
=
keywords
;
}