typedconverter
Advanced tools
Comparing version 2.3.4 to 2.3.5
@@ -0,4 +1,4 @@ | ||
import { TypeOverride } from "tinspector"; | ||
import { VisitorInvocation } from './invocation'; | ||
import { Result } from './visitor'; | ||
import { Class } from './types'; | ||
declare const RequiredValidator: unique symbol; | ||
@@ -13,4 +13,4 @@ declare const PartialValidator: unique symbol; | ||
declare function required(): import("tinspector").CustomPropertyDecorator; | ||
declare function partial(type: Class): (...args: any[]) => void; | ||
declare function partial(type: TypeOverride | ((x: any) => TypeOverride)): (...args: any[]) => void; | ||
declare function validatorVisitor(i: VisitorInvocation): Result; | ||
export { createValidation, required, partial, validatorVisitor, Validator, ValidatorDecorator, PartialValidator, RequiredValidator }; |
{ | ||
"name": "typedconverter", | ||
"version": "2.3.4", | ||
"version": "2.3.5", | ||
"description": "Convert object into classes match with TypeScript type annotation", | ||
@@ -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
48952