UNPKG

@types/gl-vec2

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