UNPKG

sequelize-typescript

Version:

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

9 lines (8 loc) 173 B
import 'reflect-metadata'; /** * Don't allow specific substrings */ export declare function NotContains(value: string | { msg: string; args: string; }): Function;