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