UNPKG

aran

Version:
10 lines (8 loc) 248 B
import type { ArgProgram } from "../atom.d.ts"; import type { Depth } from "../depth.d.ts"; import type { OptimalPointcut } from "./aspect-internal.d.ts"; export type Context = { depth: Depth; pointcut: OptimalPointcut; root: ArgProgram; };