import * as step from "../../src/index" console.log(`step.isDebug: ${step.isDebug()}`); step.debug("hello world") step.info("hello world") step.warning("hello world") step.error("hello world")