@types/mustache
Version:
TypeScript definitions for mustache
23 lines (20 loc) • 387 B
text/typescript
import * as mustache from "./index.js";
export {
COMMENT,
EQUAL,
ESCAPED_VALUE,
EscapeFunction,
INVERTED,
OpeningAndClosingTags,
PARTIAL,
PartialLookupFn,
PartialsOrLookupFn,
RAW_VALUE,
RenderOptions,
SECTION,
TemplateCache,
TemplateSpans,
TemplateSpanType,
UNESCAPED_VALUE,
} from "./index.js";
export default mustache;