UNPKG

@resk/core

Version:

An innovative TypeScript framework that empowers developers to build applications with a fully decorator-based architecture for efficient resource management. By combining the power of decorators with a resource-oriented design, DecorRes enhances code cla

17 lines (16 loc) 536 B
export * from "./array"; export * from "./boolean"; export * from "./date"; export * from "./default"; export * from "./enum"; export * from "./file"; export * from "./format"; export * from "./multiRules"; export * from "./numeric"; export * from "./string"; export * from "./target"; /** * Ensures that all validation rules are registered. * This function is called to guarantee that rule registration side effects have occurred. */ export declare function ensureRulesRegistered(): import("..").IValidatorRegisteredRules<unknown>;