UNPKG

lore-utils

Version:

Functions and files used across multiple Lore packages

10 lines (7 loc) 155 B
import _ from 'lodash'; export default function(target, options = {}) { if (_.isFunction(target)) { return target(options); } return target; }