UNPKG
@innoways/drip-form-plugin-keywords
Version:
latest (10.0.0)
10.0.0
9.0.16
9.0.15
9.0.14
9.0.13
9.0.12
9.0.11
9.0.10
9.0.9
9.0.8
9.0.7
9.0.6
9.0.5
9.0.4
9.0.3
9.0.1
9.0.0
8.0.19
8.0.18
8.0.17
8.0.16
8.0.15
8.0.14
8.0.13
8.0.12
8.0.11
8.0.10
8.0.9
8.0.8
8.0.7
8.0.6
8.0.5
8.0.4
8.0.3
8.0.2
8.0.1
8.0.0
7.0.0
6.3.4
6.3.3
6.3.2
6.3.1
6.3.0
6.2.10
6.2.9
6.2.8
6.2.7
6.2.6
6.2.5
6.2.4
6.2.3
6.2.2
6.2.1
6.2.0
6.1.1
6.1.0
6.0.0
5.0.0
4.0.0
3.0.0
drip-form ajv关键字插件
github.com/JDFED/drip-form/
@innoways/drip-form-plugin-keywords
/
dist
/
esm
/
index.d.ts
4 lines
(3 loc)
•
128 B
TypeScript
View Raw
1
2
3
4
import
{
Plugin
,
Options
}
from
'ajv/dist/2019'
;
declare
const
addKeywords
:
Plugin
<
Options
>;
export
{ addKeywords
as
default
};