UNPKG

genji-core

Version:

The core lightweight library for genji, based on redux and redux-saga.

6 lines (5 loc) 215 B
export isPlainObject from 'is-plain-object'; export const isArray = Array.isArray.bind(Array); export const isFunction = o => typeof o === 'function'; export const returnSelf = m => m; export const noop = () => {};