UNPKG

185 BTypeScriptView Raw
1export declare class ForEach {
2 rules: any;
3 nullable: any;
4 constructor(rules: any, nullable: any);
5}
6export declare function forEach(rules: any, notNull?: boolean): ForEach;