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;
