UNPKG

sequelize-typescript

Version:

Decorators and some other extras for sequelize (v3 + v4)

9 lines (8 loc) 214 B
import 'reflect-metadata'; /** * Don't allow empty strings */ export declare function NotEmpty(target: any, propertyName: string): void; export declare function NotEmpty(options: { msg: string; }): Function;