Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightre committed Feb 20, 2024
1 parent 5a0e28e commit 340edd9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 849 deletions.
2 changes: 1 addition & 1 deletion dist/math.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export declare class DynamicArrayBuffer {
* @param end
* @returns
*/
getArray(begin?: number, end?: number): Float32Array | Uint16Array;
getArray(begin?: number, end?: number): Uint16Array | Float32Array;
/**
* length of the array
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/rapid.global.js

Large diffs are not rendered by default.

Loading

0 comments on commit 340edd9

Please sign in to comment.