elder-orm/core

View on GitHub
src/decorators/decorator.ts

Summary

Maintainability
A
0 mins
Test Coverage
export type decorator = (
  target: any,
  propertyKey: string,
  descriptor: PropertyDescriptor
) => any