stackpress
Version:
Incept is a content management framework.
11 lines (10 loc) • 381 B
TypeScript
import type Server from '@stackpress/ingest/Server';
import Terminal from '../terminal/Terminal.js';
export default function build(server: Server<any, any, any>, cli?: Terminal): Promise<({
type: "page" | "client" | "asset";
id: string;
entry: string;
contents: string | Uint8Array<ArrayBufferLike>;
source?: string;
destination: string;
} | undefined)[]>;