Add ESModule support

This commit is contained in:
Fabian Stamm
2020-08-26 11:55:57 +02:00
parent f34800d725
commit b92caf6468
9 changed files with 251 additions and 236 deletions

View File

@ -1,4 +1,10 @@
import { Logging, LoggingBase, LoggingTypes, Colors, withColor } from ".";
import {
Logging,
LoggingBase,
LoggingTypes,
Colors,
withColor,
} from "./index.js";
Logging.log("test");
Logging.log("i", "am", { a: "an" }, 1000);