UNPKG
@hookform/strictly-typed
Version:
beta (0.0.2-beta.1)
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.2-beta.1
0.0.1
React Hook Form strictly typed custom hooks.
react-hook-form.com
react-hook-form/strictly-typed
@hookform/strictly-typed
/
dist
/
index.js
9 lines
(6 loc)
•
188 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
if
(process.
env
.
NODE_ENV
===
'production'
) {
module
.
exports
=
require
(
'./index.cjs.production.min.js'
) }
else
{
module
.
exports
=
require
(
'./index.cjs.development.js'
) }