Use modules for crowdnotifier.ts and crypto.ts
Closed this issue · 0 comments
ineiti commented
Currently they're implemented as static methods on a class in a module, which is suboptimal.
Refactor to only use the module namespace, then we can
import * as CrowdNotifier from "./crowdnotifier"