Importing this module with nodenext now fails due to es6 syntax being used in the types.
I reverted to using export = ... syntax, and added the remaining type exports using a namespace.
This should fix the module to be imported in all module systems.
Importing this module with
nodenext
now fails due toes6
syntax being used in the types. I reverted to usingexport = ...
syntax, and added the remaining type exports using a namespace. This should fix the module to be imported in all module systems.