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