All files / src/core index.ts

80% Statements 20/25
70.96% Branches 22/31
60% Functions 3/5
85% Lines 17/20

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  1x 33x 33x 33x     33x      
export * from './dom'
export * from './util'
E
import dom from './dom'
impoIrt util from './util'

export {
  dom,
  util,
}