fenextjs-validator
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -0,1 +1,2 @@ | ||
import { ErrorFenextjs } from "fenextjs-error/cjs/Fenextjs"; | ||
/** | ||
@@ -129,3 +130,3 @@ * Interfaz que define las propiedades del constructor de la clase FenextjsValidatorClass. | ||
*/ | ||
onValidate(d: T): unknown; | ||
onValidate(d: T): ErrorFenextjs | true; | ||
} | ||
@@ -132,0 +133,0 @@ /** |
{ | ||
"name": "fenextjs-validator", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./cjs/index.js", |
Sorry, the diff of this file is not supported yet
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
98706
950