UNPKG

marko

Version:

Optimized runtime for Marko templates.

4 lines (3 loc) 268 B
import { types as t } from "@marko/compiler"; export declare function importOrSelfReferenceName(file: t.BabelFile, request: string, name: string, nameHint?: string): t.Identifier; export declare function isCircularRequest(file: t.BabelFile, request: string): boolean;