We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2700300 commit ca460c6Copy full SHA for ca460c6
src/reflect.ts
@@ -1,7 +1,7 @@
1
import Vue, { VueConstructor } from 'vue'
2
import { VueClass } from './declarations'
3
4
-export const reflectionIsSupported = typeof Reflect !== undefined && Reflect.defineMetadata
+export const reflectionIsSupported = typeof Reflect !== 'undefined' && Reflect.defineMetadata
5
6
export function copyReflectionMetadata (
7
to: VueConstructor,
0 commit comments