UNPKG

mustache-jest

Version:

Jest Transformer to compile mustache templates

6 lines (4 loc) 88 B
declare module '*.html' { const _: (...args: any[]) => string; export default _; }