UNPKG

aran

Version:
8 lines (6 loc) 194 B
import type { Depth } from "../depth.d.ts"; import type { NormalInternalPointcut } from "./aspect-internal.d.ts"; export type Context = { depth: Depth; pointcut: NormalInternalPointcut; };