{"version":3,"sources":["../../src/index.ts","../../src/Logger.ts"],"sourcesContent":["export * from './Logger'\n","/** @deprecated use from @xylabs/logger instead */\nexport type LogFunction = (message?: unknown) => void\n\n/**\n * Interface to handle overlap between Winston &\n * `console` with as much congruency as possible.\n */\n/** @deprecated use from @xylabs/logger instead */\nexport interface Logger {\n  debug: LogFunction\n  error: LogFunction\n  info: LogFunction\n  log: LogFunction\n  warn: LogFunction\n}\n\n//to satisfy export\n/** @deprecated use from @xylabs/logger instead */\nexport const LoggerStub = 1\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACkBO,IAAM,aAAa;","names":[]}