// FP bootstrap: use locally-extended lodash instance // './lodash' already mixes in our custom extensions from './lodashFpEx' import fp from './lodash'; export const { pipe, flow, curry, compose, map, filter, reduce, get, set, isEmpty, isNotEmpty, isNil, isNotNil, mapAsync, reduceAsync, filterAsync, } = fp; export default fp;