marko
Version:
Optimized runtime for Marko templates.
7 lines (6 loc) • 366 B
TypeScript
import { types as t } from "@marko/compiler";
import type { Section } from "./sections";
export declare function generateUid(name?: string): string;
export declare function generateUidIdentifier(name?: string): t.Identifier;
export declare function getSharedUid(name: string, section?: Section): string;
export declare function usedSharedUid(name: string): boolean;