@midwayjs/view-nunjucksClassesNunjucksViewVersion: 3.0.0On this pageNunjucksView ImplementsIViewEngineIndex ConstructorsconstructorPropertiesnunjucksMethodsrenderrenderStringConstructors constructornew NunjucksView(): NunjucksViewProperties nunjucksnunjucks: NunjucksEnvironmentMethods renderrender(name: string, locals?: Record<string, any>, options?: RenderOptions): Promise<string>renderStringrenderString(tpl: string, locals?: Record<string, any>, options?: RenderOptions): Promise<string>