UNPKG

@codama/renderers-js

Version:

JavaScript renderer compatible with the Solana Kit library

4 lines 264 B
import { ConfigureOptions as NunJucksOptions } from 'nunjucks'; export declare function jsDocblock(docs: string[]): string; export declare const render: (template: string, context?: object, options?: NunJucksOptions) => string; //# sourceMappingURL=render.d.ts.map