DefinitelyTyped/types/gl-vec3/create.d.ts
2019-02-27 14:45:54 +11:00

7 lines
101 B
TypeScript

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