UNPKG

@types/gl-vec2

Version:
7 lines (5 loc) 126 B
/** * Negates the components of a vec2. */ declare function negate(out: number[], a: number[]): number[]; export = negate;