Comparing version 0.0.13 to 0.0.14
@@ -7,2 +7,2 @@ import { Either } from "fp-ts/lib/Either"; | ||
export declare function render<A>(view: any, model?: A, options?: ThymeleafRenderOptions): Either<Error, string>; | ||
export declare function getRenderer(view: any, options?: ThymeleafRenderOptions): <A>(model: A) => Either<Error, string>; | ||
export declare function getRenderer<A>(view: any, options?: ThymeleafRenderOptions): (model: A) => Either<Error, string>; |
@@ -7,2 +7,2 @@ import { Either } from "fp-ts/lib/Either"; | ||
export declare function render<A>(view: any, model?: A, options?: ThymeleafRenderOptions): Either<Error, string>; | ||
export declare function getRenderer(view: any, options?: ThymeleafRenderOptions): <A>(model: A) => Either<Error, string>; | ||
export declare function getRenderer<A>(view: any, options?: ThymeleafRenderOptions): (model: A) => Either<Error, string>; |
{ | ||
"name": "enonic-fp", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "Functional programming helpers for Enonic XP", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package