We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6409732 commit eaf8cc4Copy full SHA for eaf8cc4
index.js
@@ -1,5 +1,5 @@
1
import * as Functions from './katapult-functions.js';
2
import * as Geometry from './katapult-geometry.js';
3
4
-export const KatapultFunctions = { Geometry };
5
-export const KatapultGeometry = { Functions };
+export const KatapultFunctions = { ...Functions };
+export const KatapultGeometry = { ...Geometry };
0 commit comments