import Poly2 from './type'
import Vec2 from '../../maths/vec2/type'

export default create

declare function create(vertices?: Array<Vec2>): Poly2
