export { default as arePointsInside } from './arePointsInside'
export { default as create } from './create'
export { default as flip } from './flip'
export { default as measureArea } from './measureArea'

export { default as Poly2 } from './type'
export as namespace poly2
