UNPKG

@api.global/typedserver

Version:

A TypeScript-based project for easy serving of static files with support for live reloading, compression, and typed requests.

3 lines (2 loc) 215 B
import * as plugins from '../plugins.js'; export declare const setupManifest: (expressInstanceArg: plugins.express.Application, manifestArg: plugins.smartmanifest.ISmartManifestConstructorOptions) => Promise<void>;