UNPKG

marko

Version:

Optimized runtime for Marko templates.

4 lines (3 loc) 286 B
import type { types as t } from "@marko/compiler"; export declare function forEachIdentifier(node: t.Node, cb: (identifier: t.Identifier) => void): void; export declare function forEachIdentifierPath(nodePath: t.NodePath<any>, cb: (identifier: t.NodePath<t.Identifier>) => void): void;