UNPKG

@types/gl-vec2

Version:
7 lines (5 loc) 142 B
/** * Creates a new vec2 initialized with values from an existing vector */ declare function clone(a: number[]): number[]; export = clone;