UNPKG

@types/gl-vec2

Version:
7 lines (5 loc) 183 B
/** * Returns whether or not the vectors have approximately the same elements in the same position. */ declare function equals(a: number[], b: number[]): boolean; export = equals;