UNPKG
powerform
Version:
latest (5.0.1-alpha1)
5.0.1-alpha1
4.0.1
4.0.0
3.1.5
3.1.4
3.1.3
3.1.2
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.8.0
2.7.2
2.7.1
2.7.0
2.6.12
2.6.11
2.6.10
2.6.9
2.6.8
2.6.7
2.6.6
2.6.5
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
2.5.2
2.5.1
2.5.0
2.4.1
2.4.0
2.3.2
2.3.1
2.3.0
2.2.0
2.1.0
2.0.1
2.0.0
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A powerful form model.
github.com/ludbek/powerform
ludbek/powerform
powerform
/
lib
/
index.test.d.ts
3 lines
(2 loc)
•
105 B
TypeScript
View Raw
1
2
3
import
{
Validator
}
from
"./index"
;
export
declare
function
equals<T>(
fieldName
:
string
):
Validator
<T>;