UNPKG

@ribajs/core

Version:

Core module of Riba.js

7 lines (6 loc) 245 B
import { DataElement } from "../types/index.js"; import { Binder } from "../binder.js"; export declare class MustacheTextBinder extends Binder<string, DataElement> { static key: string; routine(node: DataElement, value: string): void; }