UNPKG

@awesome-fe/translate

Version:
4 lines (3 loc) 232 B
import { Eater, UnifiedParser } from './unified-parser'; import { Node } from 'unist'; export declare function htmlCommentBlockTokenizer(this: UnifiedParser, eat: Eater, value: string, silent?: boolean): Node | boolean | undefined;