marko
Version:
Optimized runtime for Marko templates.
7 lines (6 loc) • 350 B
TypeScript
import { types as t } from "@marko/compiler";
export declare function isOutputHTML(): boolean;
export declare function isOutputDOM(): boolean;
export declare function getMarkoOpts(): Required<import("@marko/compiler").Config>;
export declare function isOptimize(): boolean;
export declare function getReadyId(file?: t.BabelFile): string | undefined;