UNPKG

@mojir/lits

Version:

Lits is a Lisp dialect implemented in TypeScript

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