avocado-old/packages/math/globals.hooks.js

8 lines
111 B
JavaScript
Raw Normal View History

2019-12-25 00:59:51 -06:00
import * as MathExt from '.';
export function behaviorContextGlobals() {
return {
Math: MathExt,
};
}