import Vec2 from './type'

export default negate

declare function negate(out: Vec2, vec: Vec2): Vec2
