UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

10 lines (9 loc) 285 B
import * as logger from "./logger.mjs"; export var logging; (function (logging) { logging.LogLevel = logger.LogLevel; /** * Console logger implementation that outputs to the console. */ logging.ConsoleLogger = logger.ConsoleLogger; })(logging || (logging = {}));