UNPKG

@nestjs/platform-fastify

Version:

Nest - modern, fast, powerful node.js web framework (@platform-fastify)

26 lines (25 loc) 568 B
/** * @see https://github.com/fastify/point-of-view/blob/master/index.d.ts */ export interface PointOfViewOptions { engine: { ejs?: any; nunjucks?: any; pug?: any; handlebars?: any; marko?: any; mustache?: any; 'art-template'?: any; twig?: any; }; templates?: string; includeViewExtension?: boolean; options?: object; charset?: string; maxCache?: number; production?: boolean; defaultContext?: object; layout?: string; root?: string; viewExt?: string; }