UNPKG

docx-templates

Version:
3 lines (2 loc) 163 B
import { ReportData, Context } from './types'; export declare function runUserJsAndGetRaw(data: ReportData | undefined, code: string, ctx: Context): Promise<any>;