UNPKG

marko

Version:

Optimized runtime for Marko templates.

8 lines (7 loc) 350 B
import { types as t } from "@marko/compiler"; /** * Writes the registrations for module scoped functions: the ones this template * exports and registers itself, and the ones it imports from a template that * reserved a register id without registering it. */ export declare function writeModuleRegistrations(program: t.NodePath<t.Program>): void;