|
@ -6,12 +6,4 @@ import reject from 'lodash.reject' |
|
|
import toPairs from 'lodash.topairs' |
|
|
import toPairs from 'lodash.topairs' |
|
|
import flatten from 'lodash.flatten' |
|
|
import flatten from 'lodash.flatten' |
|
|
|
|
|
|
|
|
export const helpers = { |
|
|
export { compact, fromPairs, chunk, includes, reject, toPairs, flatten } |
|
|
compact: compact |
|
|
|
|
|
fromPairs: fromPairs |
|
|
|
|
|
chunk: chunk |
|
|
|
|
|
includes: includes |
|
|
|
|
|
reject: reject |
|
|
|
|
|
toPairs: toPairs |
|
|
|
|
|
flatten: flatten |
|
|
|
|
|
} |
|
|
|