DefinitelyTyped/types/gl-vec2/create.d.ts
2019-03-05 18:32:47 +11:00

7 lines
93 B
TypeScript

/**
* Creates a new, empty vec2.
*/
declare function create(): number[];
export = create;