UNPKG

sequelize-typescript

Version:

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

9 lines (8 loc) 164 B
import 'reflect-metadata'; /** * Only allow a specific value */ export declare function Equals(value: string | { msg: string; args: string; }): Function;