UNPKG

@mojir/lits

Version:

Lits is a Lisp dialect implemented in TypeScript

4 lines (3 loc) 194 B
import type { Reference } from '../../../reference'; import type { Colorizer } from '../colorizer'; export declare function getCliFunctionExamples(fmt: Colorizer, reference: Reference): string;