UNPKG

@dazejs/framework

Version:

Daze.js - A powerful web framework for Node.js

4 lines (3 loc) 71 B
export interface AgentInterface { resolve(): Promise<any> | any; }