UNPKG

oc-template-es6

Version:
3 lines (2 loc) 173 B
import { SsrOptions } from './to-be-published/ssr'; export declare const render: (arg1: SsrOptions, callback: (err: NodeJS.ErrnoException, result: string) => void) => void;