All files index.ts

100% Statements 20/20
100% Branches 0/0
77.77% Functions 7/9
100% Lines 20/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 12 13 14 15 16 17 18 19 20 21 22 23 24    11x 11x 11x 11x 11x 11x 11x 11x 11x 11x 11x 13x 11x 14x 22x 14x 14x 12x 11x 21x    
import {parseDegreesMinutesSeconds} from './utils';
 
export * from './DCircle';
export * from './DLine';
export * from './DNumbers';
export * from './DPoint';
export * from './DPolygon';
export * from './FastSearch';
export * from './TraceMatrix';
export * from './InterpolationMatrix';
export * from './DPolygonLoop';
export * from './DPlane';
export {
  gaussianElimination,
  createCanvas,
  createArray,
  createMatrix,
  isDefAndNotNull,
  cartesianProduct,
  getCombinations,
  parseDegreesMinutesSeconds,
  DGeo
} from './utils';