@awesome-fe/translate
Version:
Translation utils
7 lines (6 loc) • 352 B
TypeScript
import { Eater, UnifiedParser } from './unified-parser';
import { Node } from 'unist';
export declare function htmlInlineExampleTokenizer(this: UnifiedParser, eat: Eater, value: string, silent?: boolean): Node | boolean | undefined;
export declare namespace htmlInlineExampleTokenizer {
var locator: (value: string, fromIndex: number) => number;
}