reblessed
Version:
A high-level terminal interface library for node.js.
15 lines • 619 B
TypeScript
export function merge(a: any, b: any): any;
export function asort(obj: any): any;
export function hsort(obj: any): any;
export function findFile(start: any, target: any): any;
export function escape(text: any): any;
export function parseTags(text: any, screen: any): any;
export function generateTags(style: any, text: any): string | {
open: string;
close: string;
};
export function attrToBinary(style: any, element: any): any;
export function stripTags(text: any): any;
export function cleanTags(text: any): any;
export function dropUnicode(text: any): any;
//# sourceMappingURL=helpers.d.ts.map