UNPKG

@podlite/schema

Version:

AST tools for Podlite markup language

5 lines (4 loc) 293 B
import { Node } from './types'; export declare const getNodeId: (node: any, ctx: any) => any; export declare const getSafeNodeId: (node: Node, ctx: any) => string | null; export declare const makeAttrs: (node: any, ctx?: import("./helpers/config").Context) => import("./helpers/config").Attr;