UNPKG
async-validator
Version:
latest (4.2.5)
4.2.5
4.2.4
4.2.3
4.1.1
4.1.0
4.0.9
4.0.8
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.5.2
3.5.1
3.5.0
3.4.1
3.4.0
3.3.0
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.0
3.0.4
3.0.3
3.0.2
3.0.1
2.0.1
2.0.0
1.12.2
1.12.1
1.12.0
1.11.5
1.11.4
1.11.3
1.11.2
1.11.1
1.11.0
1.10.1
1.10.0
1.9.0
1.8.5
1.8.4
1.8.2
1.8.1
1.8.0
1.7.1
1.6.9
1.6.8
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.1
1.5.0
1.4.2
1.4.1
1.4.0
1.3.7
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.3
1.0.1
1.0.0
0.0.1
validate form asynchronous
github.com/yiminghe/async-validator
yiminghe/async-validator
async-validator
/
dist-types
/
messages.d.ts
4 lines
(3 loc)
•
178 B
TypeScript
View Raw
1
2
3
4
import
{
InternalValidateMessages
}
from
'./interface'
;
export
declare
function
newMessages
(
):
InternalValidateMessages
;
export
declare
const
messages
:
InternalValidateMessages
;