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