All files / src/core lodash-tool.ts

100% Statements 32/32
100% Branches 0/0
100% Functions 0/0
100% Lines 32/32

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 3610x 10x 10x 10x 10x 10x 10x 10x 10x 10x 10x 10x 10x 10x 10x 10x     10x 10x 10x 10x 10x 10x 10x 10x 10x 10x 10x 10x 10x 10x 10x 10x    
import _get from 'lodash/get'
import _map from 'lodash/map'
import _uniq from 'lodash/uniq'
import _pick from 'lodash/pick'
import _omit from 'lodash/omit'
import _isNaN from 'lodash/isNaN'
import _property from 'lodash/property'
import _findIndex from 'lodash/findIndex'
import _findLastIndex from 'lodash/findLastIndex'
import _trim from 'lodash/trim'
import _isEmpty from 'lodash/isEmpty'
import _isEqual from 'lodash/isEqual'
import _debounce from 'lodash/debounce'
import _throttle from 'lodash/throttle'
import _padStart from 'lodash/padStart'
import _padEnd from 'lodash/padEnd'
 
export {
  _get,
  _map,
  _property,
  _findIndex,
  _findLastIndex,
  _uniq,
  _pick,
  _omit,
  _isNaN,
  _trim,
  _isEmpty,
  _isEqual,
  _debounce,
  _throttle,
  _padStart,
  _padEnd,
}