UNPKG

freemarker-parser

Version:

Freemarker Parser is a javascript implementation of the Freemarker

4 lines 212 B
import { AllParamTypes } from '../interface/Params'; import { Token } from '../interface/Tokens'; export declare function paramParser(token: Token): AllParamTypes | undefined; //# sourceMappingURL=Params.d.ts.map