UNPKG

@aptpod/iscp-ts

Version:

iSCP 2.0 client library for TypeScript

4 lines (3 loc) 157 B
import type { LogLevel } from '../model'; import type { OutputFlag } from './logger'; export declare const toOutputFlag: (logLevel: LogLevel) => OutputFlag;