UNPKG

r2-streamer-js

Version:

Readium 2 'streamer' for NodeJS (TypeScript)

4 lines (3 loc) 161 B
import * as express from "express"; import { Server } from "./server"; export declare function serverRoot(server: Server, topRouter: express.Application): void;