UNPKG
apply-ref
Version:
latest (1.0.0)
1.0.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
> Apply React refs
github.com/mitchellhamilton/apply-ref
mitchellhamilton/apply-ref
apply-ref
/
dist
/
apply-ref.cjs.js
8 lines
(6 loc)
•
180 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
if
(process.
env
.
NODE_ENV
===
"production"
) {
module
.
exports
=
require
(
"./apply-ref.cjs.prod.js"
); }
else
{
module
.
exports
=
require
(
"./apply-ref.cjs.dev.js"
); }