marko
Version:
Optimized runtime for Marko templates.
9 lines (8 loc) • 343 B
TypeScript
import { types as t } from "@marko/compiler";
declare const _default: {
analyze(this: unknown, exportDecl: t.NodePath<t.ExportAllDeclaration | t.ExportNamedDeclaration>): void;
translate: {
exit(this: unknown, exportDecl: t.NodePath<t.ExportAllDeclaration | t.ExportNamedDeclaration>): void;
};
};
export default _default;