logger.d.ts 112 B

12
  1. import type { Logger, Options } from './types.js';
  2. export declare function getLogger(options: Options): Logger;