UNPKG

@syzlm/evaluator

Version:

javascript模版计算引擎

5 lines (4 loc) 152 B
import { Token } from "./types"; export declare const tokenize: (template: string, data: { [k: string]: string | number; }) => undefined | Token[];