UNPKG

muban-convert-hbs

Version:

Convert muban hbs templates to htl, django, twig and others.

3 lines (2 loc) 90 B
declare const convert: (input: any, template?: string) => string; export default convert;