UNPKG

sequelize-typescript

Version:

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

9 lines (8 loc) 264 B
import 'reflect-metadata'; /** * Will not allow values, that match the string regex or real regex */ export declare function Not(arg: string | Array<string | RegExp> | RegExp | { msg: string; args: string | Array<string | RegExp> | RegExp; }): Function;