UNPKG

rage-framework

Version:

## How to Install *server-side* ```bash npm install @rage-framework/server ```

10 lines (9 loc) 606 B
import { DecoratorType } from "../../decorators/types/decorator"; import { ServiceArgumentsInternal } from "../../decorators/interfaces/service-arguments"; export declare class ModuleValidators { validateEmpty(m: any, original: ServiceArgumentsInternal, type: DecoratorType): void; genericWrongPluggableError(m: any, original: ServiceArgumentsInternal, type: DecoratorType): void; validateImports(m: any, original: ServiceArgumentsInternal): void; validateServices(m: any, original: ServiceArgumentsInternal): void; validateBehavior(m: any, original: ServiceArgumentsInternal): void; }