UNPKG

@4xx22/helios-core

Version:

A library containing core mechanisms for Helios Launcher

5 lines (4 loc) 119 B
import { Logger } from 'winston'; export declare class LoggerUtil { static getLogger(label: string): Logger; }