UNPKG

markuplint

Version:

A Linter for All Markup Languages.

6 lines (5 loc) 285 B
export declare const markuplint: string; export declare function p(s: number | string, pad: number, start?: boolean): string; export declare function w(s: string): number; export declare function space(str: string): string; export declare function invisibleSpace(str: string): string;