visitor-segments
Version:
Hellobar Segments.
13 lines • 379 B
TypeScript
import { AbstractSegments } from './abstractSegments';
export declare class Interpolation {
#private;
constructor(segments: AbstractSegments);
run(input: string): string;
private customTags;
private systemTags;
private runMatches;
private getModuleValue;
private getCustomValue;
private safeValue;
}
//# sourceMappingURL=interpolation.d.ts.map