UNPKG

@nestjs/common

Version:

Nest - modern, fast, powerful node.js web framework (@common)

5 lines (4 loc) 91 B
export interface ExecutionContext { parent: Function; handler: (...args) => any; }