UNPKG

marko

Version:

Optimized runtime for Marko templates.

3 lines (2 loc) 148 B
import { types as t } from "@marko/compiler"; export declare function bodyToTextLiteral(body: t.MarkoTagBody): t.StringLiteral | t.TemplateLiteral;