thaldrin/src/utils/modulus.ts

6 lines
155 B
TypeScript
Raw Permalink Normal View History

2021-10-17 16:38:53 +00:00
import Modulus from "../modules/modulus/src/index";
2021-10-31 21:41:49 +00:00
// let modulus = new Modulus('http://localhost');
let modulus = new Modulus();
2021-10-17 16:38:53 +00:00
export default modulus