8 lines
111 B
JavaScript
8 lines
111 B
JavaScript
import * as MathExt from '.';
|
|
|
|
export function behaviorContextGlobals() {
|
|
return {
|
|
Math: MathExt,
|
|
};
|
|
}
|