UNPKG

sequelize-typescript

Version:

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

6 lines (5 loc) 129 B
import 'reflect-metadata'; /** * Won't allow null */ export declare function NotNull(target: any, propertyName: string): void;