ms/packages/database/src/decorators.ts

7 lines
134 B
TypeScript
Raw Normal View History

import 'reflect-metadata'
export function id() {
return (target: Object, propertyKey: string | symbol) => void {
}
}