DefinitelyTyped/types/gl-vec4/create.d.ts
2019-03-01 15:57:24 +11:00

7 lines
99 B
TypeScript

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