UNPKG

page-with

Version:

A library for usage example-driven in-browser testing of your own libraries.

4 lines (3 loc) 139 B
import { IFs } from 'memfs'; import { RequestHandler } from 'express'; export declare function staticFromMemory(ifs: IFs): RequestHandler;