UNPKG
boel
Version:
latest (1.0.8)
1.0.8
1.0.7
1.0.6
1.0.5
Form Data validation library
boel
/
dist
/
utils.d.ts
3 lines
(2 loc)
•
111 B
TypeScript
View Raw
1
2
3
import
{
Validator
}
from
"./types"
;
export
declare
function
getValidatorName
(
validator
:
Validator
):
string
;