UNPKG

@raulpesilva/re-state

Version:

easy way to create a shared state to the entire application

4 lines 127 B
/*eslint-disable no-self-compare */ export var isFunction = function isFunction(data) { return typeof data === 'function'; };