stackpress
Version:
Incept is a content management framework.
6 lines (5 loc) • 296 B
TypeScript
import type Server from '@stackpress/ingest/Server';
import type Request from '@stackpress/ingest/Request';
declare const _default: import("@stackpress/ingest/types").ServerAction<any, any, any>;
export default _default;
export declare function getIdeaPath(server: Server, req: Request): string;