Another module fix, hopefully the last
dkl9

dkl9 commited on 2023-199 09:13:03
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -7,7 +7,7 @@ import {MathsFunc} from "./types/mathsfunc.js";
7 7
 import {} from "./types/real.js";
8 8
 
9 9
 const isArray = x => (typeof x == "object" && x.constructor == Array);
10
-const NUMERIC_TYPES = {
10
+export const NUMERIC_TYPES = {
11 11
     integer: BigInt,
12 12
     complex: Complex,
13 13
     real: Number,
14 14