UNPKG

@types/gl-vec2

Version:
7 lines (5 loc) 148 B
/** * Creates a new vec2 initialized with the given values. */ declare function fromValues(x: number, y: number): number[]; export = fromValues;