UNPKG

@dazejs/framework

Version:

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

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