UNPKG

sequelize-typescript

Version:

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

9 lines (8 loc) 177 B
import 'reflect-metadata'; /** * Check the value is not one of these */ export declare function NotIn(arg: string[][] | { msg: string; args: string[][]; }): Function;