UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

4 lines (3 loc) 187 B
import type { WordingManager } from '../../i18n/index.js'; import { type UC } from '../../uc/index.js'; export declare function showHelp(ucs: UC[], wordingManager: WordingManager): void;