UNPKG

@awesome-fe/translate

Version:
4 lines (3 loc) 161 B
import { Node } from 'unist'; import { UnifiedParser } from './unified-parser'; export declare function htmlRawVisitor(this: UnifiedParser, node: Node): string;