DefinitelyTyped/types/gl-vec3/len.d.ts
2019-03-01 11:31:37 +11:00

7 lines
127 B
TypeScript

/**
* Calculates the length of a number. Aliased as len.
*/
declare function len(a: number[]): number;
export default len;