UNPKG

marko

Version:

Optimized runtime for Marko templates.

5 lines (4 loc) 320 B
import { types as t } from "@marko/compiler"; import type { Plugin } from "@marko/compiler/babel-utils"; export declare function enter<T extends t.Node>(modulePlugin: Plugin | void, path: t.NodePath<T>): boolean; export declare function exit<T extends t.Node>(modulePlugin: Plugin | void, path: t.NodePath<T>): boolean;