UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

4 lines (3 loc) 198 B
import type { I18nManager } from '../../../std/index.js'; export declare function print(line: string): void; export declare function printError(i18nManager: I18nManager, err: string | Error): void;