UNPKG

sequelize-typescript

Version:
8 lines (7 loc) 144 B
/** * Check the value is not one of these */ export declare function NotIn(arg: any[][] | { msg: string; args: any[][]; }): Function;