UNPKG

react-cosmos

Version:

CLI for running React Cosmos inside webpack-powered apps

4 lines (3 loc) 206 B
import express from 'express'; export declare function getStaticPath(relPath: string): string; export declare function serveStaticDir(app: express.Application, staticPath: string, publicUrl: string): void;