UNPKG

@awesome-fe/translate

Version:
6 lines (5 loc) 311 B
import { DomElement } from '../../parse5/dom-models'; export declare function quoteTagToChar(node: DomElement): string; export declare function quoteTypeToChar(node: DomElement): string; export declare function quoteCharToTag(char: string): string; export declare function quoteTypeToTag(type: string): string;