UNPKG
@andydowell/use-form-state
Version:
latest (3.0.2)
3.0.2
3.0.1
3.0.0
2.1.0
2.0.5
2.0.4
2.0.3
2.0.0
1.0.7
1.0.6
1.0.2
1.0.1
A React hook for managing form state and validation
gitlab.com/public-packages1/useformstate
@andydowell/use-form-state
/
dist
/
index.js
9 lines
(6 loc)
•
206 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
if
(process.
env
.
NODE_ENV
===
'production'
) {
module
.
exports
=
require
(
'./use-form-state.cjs.production.min.js'
) }
else
{
module
.
exports
=
require
(
'./use-form-state.cjs.development.js'
) }