import Vec2 from './type'

export default angleDegrees

declare function angleDegrees(vector: Vec2): number
