mirror of
https://github.com/LukeHagar/arbiter.git
synced 2025-12-08 04:19:20 +00:00
3 lines
104 B
TypeScript
3 lines
104 B
TypeScript
import { Logger, Options } from './types';
|
|
export declare function getLogger(options: Options): Logger;
|