UNPKG
react-powerplug
Version:
latest (1.0.0)
next (1.0.0-rc.0)
1.0.0
1.0.0-rc.1
1.0.0-rc.0
1.0.0-alpha.7
1.0.0-alpha.6
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.2
0.0.1
0.0.1-alpha.1
Give life to your dumb components
github.com/renatorib/react-powerplug
renatorib/react-powerplug
react-powerplug
/
src
/
utils
/
set.js
5 lines
(3 loc)
•
107 B
JavaScript
View Raw
1
2
3
4
5
const
set
= (updater, arg) =>
typeof
updater ===
'function'
? updater(arg) : updater export
default
set