UNPKG

aran

Version:
9 lines (7 loc) 263 B
import type { TaggedTemplateExpression } from "estree-sentry"; import type { HashProp } from "../hash.d.ts"; import type { MetaVariable } from "../variable.d.ts"; export type Template = { variable: MetaVariable; value: TaggedTemplateExpression<HashProp>; };