UNPKG

@gent-js/gent

Version:

template-based data generator.

3 lines (2 loc) 167 B
import type { DocumentContent, DocumentContext } from "./types.js"; export declare function stampDocument(content: DocumentContent, context: DocumentContext): string;