UNPKG

@diplodoc/transform

Version:

A simple transformer of text in YFM (Yandex Flavored Markdown) to HTML

19 lines (18 loc) 428 B
export declare class AttrsParser { #private; DELIMITER: string; SEPARATOR: string; QUOTATION: string; ALLOWED_CHARS: RegExp; VALIDATION_CHARS: RegExp; parse(target: string): Record<string, string[]>; private extract; private next; private type; private append; private clear; private isDelimiter; private isSeparator; private isQuotation; private isAllowedChar; }