UNPKG

superstatic

Version:

A static file server for fancy apps

13 lines (12 loc) 314 B
declare function _exports(options: any): { (req: any, pathname: any): Promise<null> | Promise<{ modified: any; stream: Readable; size: any; etag: string; }>; store: any; }; export = _exports; import Readable_1 = require("stream"); import Readable = Readable_1.Readable;