UNPKG

node-web-mvc

Version:
7 lines (6 loc) 140 B
export default interface JoinPoint { getThis(): object; getTarget(): object; getArgs(): object[]; getSignature(): string; }