UNPKG

react-powerplug

Version:
5 lines (3 loc) 107 B
const set = (updater, arg) => typeof updater === 'function' ? updater(arg) : updater export default set