We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4b9f49 + bbf9d30 commit 1efdfa5Copy full SHA for 1efdfa5
src/index.ts
@@ -1,4 +1,4 @@
1
-export const Reflection = Object.assign({}, Reflect, {
+export const Reflection = Object.assign(Reflect, {
2
decorate,
3
defineMetadata,
4
getMetadata,
0 commit comments