UNPKG
@vorms/resolvers
Version:
beta (1.2.0-beta.5)
latest (1.1.0)
rc (1.0.0-rc.2)
1.2.0-beta.5
1.2.0-beta.4
1.2.0-beta.3
1.2.0-beta.2
1.2.0-beta.1
1.2.0-beta.0
1.1.0
1.0.0
1.0.0-rc.2
1.0.0-rc.1
0.0.1-beta.3
Vorms validation resolvers
github.com/mini-ghost/vorms
mini-ghost/vorms
@vorms/resolvers
/
dist
/
index.d.ts
6 lines
(3 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
FormErrors
,
FormValues
}
from
'@vorms/core'
;
declare
const
toNestError
:
(
errors
:
Record
<
string
,
string
>
) =>
FormErrors
<
FormValues
>;
export
{ toNestError };