UNPKG

@xmt/server-framework

Version:

Backend Server Framework of XmT Inc.

3 lines (2 loc) 124 B
import { Task } from "./interface"; export declare function schedule(runList: Task[], request: any, response: any): void;