UNPKG

sequelize-typescript

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