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.
1 parent f4b9f49 commit bbf9d30Copy full SHA for bbf9d30
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