UNPKG

miter

Version:

A typescript web framework based on ExpressJs based loosely on SailsJs

3 lines (2 loc) 156 B
import { Request, Response } from 'express'; export declare function sendFiles(this: Response, req: Request, path: string, options: any): Promise<boolean>;