mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-26 19:12:50 +00:00
3 lines
104 B
TypeScript
3 lines
104 B
TypeScript
import { Logger, Options } from './types';
|
|
export declare function getLogger(options: Options): Logger;
|