UNPKG

muban-convert-hbs

Version:

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

5 lines (4 loc) 78 B
interface ITranspiler { toString(): string; } export default ITranspiler;