Marek Piasecki
2 years ago
3 changed files with 191 additions and 2297 deletions
File diff suppressed because it is too large
@ -1,9 +1,9 @@ |
|||||
import compact from 'lodash.compact' |
import compact from 'lodash-es/compact' |
||||
import fromPairs from 'lodash.frompairs' |
import fromPairs from 'lodash-es/fromPairs' |
||||
import chunk from 'lodash.chunk' |
import chunk from 'lodash-es/chunk' |
||||
import includes from 'lodash.includes' |
import includes from 'lodash-es/includes' |
||||
import reject from 'lodash.reject' |
import reject from 'lodash-es/reject' |
||||
import toPairs from 'lodash.topairs' |
import toPairs from 'lodash-es/toPairs' |
||||
import flatten from 'lodash.flatten' |
import flatten from 'lodash-es/flatten' |
||||
|
|
||||
export { compact, fromPairs, chunk, includes, reject, toPairs, flatten } |
export { compact, fromPairs, chunk, includes, reject, toPairs, flatten } |
Loading…
Reference in new issue