import Poly3 from './type'

export default isConvex

declare function isConvex(polygon: Poly3): boolean
