-
@ralex1993 @typescript It’s for interoperability with CommonJS. I think export default makes the native Node require() function return an object with a
default
key under at least some TS configurations.
default
key under at least some TS configurations.