UNPKG

sequelize-typescript

Version:
8 lines (7 loc) 187 B
/** * Don't allow empty strings */ export declare function NotEmpty(target: any, propertyName: string): void; export declare function NotEmpty(options: { msg: string; }): Function;