All files / src/core index.ts

86.36% Statements 19/22
78.26% Branches 18/23
80% Functions 4/5
88.23% Lines 15/17

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

export {
  dom,
  util,
}