UNPKG

@eyjs/prisma

Version:

Prisma integration package for EyJS framework

6 lines (5 loc) 133 B
export function Model(name: string): ClassDecorator { return (target: Function) => { ;(target as any).__modelName = name } }