dotvvm-types 4.1.5 → 4.2.0-preview02-final
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/index.d.ts +0 -1
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -531,7 +531,6 @@ declare module "validation/validators" {
|
|
|
531
531
|
};
|
|
532
532
|
export const required: DotvvmValidator;
|
|
533
533
|
export const regex: DotvvmValidator;
|
|
534
|
-
export const intRange: DotvvmValidator;
|
|
535
534
|
export const enforceClientFormat: DotvvmValidator;
|
|
536
535
|
export const range: DotvvmValidator;
|
|
537
536
|
export const notNull: DotvvmValidator;
|