UNPKG

@api.global/typedserver

Version:

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

10 lines (9 loc) 318 B
import { Handler } from './classes.handler.js'; import { Server } from './classes.server.js'; import * as plugins from '../plugins.js'; export declare class Feed { smartexpressRef: Server; smartfeedInstance: plugins.smartfeed.Smartfeed; feedHandler: Handler; constructor(smartexpressRefArg: Server); }