Skip to content

Commit

Permalink
Add getDimension function to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
stirante committed Nov 15, 2023
1 parent 1e688f2 commit 992411a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import Vec3 from "./vec3";
import Timings from "./timings";
import { addIdleDummy, clearIdleDummy } from "./profilingUtils";
import { getDimension } from "./cache";


export { Vec3, Timings, addIdleDummy, clearIdleDummy };
export { Vec3, Timings, addIdleDummy, clearIdleDummy, getDimension };

0 comments on commit 992411a

Please sign in to comment.