vue3-yuanma/packages/global.d.ts

9 lines
227 B
TypeScript
Raw Normal View History

2018-09-19 11:35:38 -04:00
// Global compile-time constants
declare var __DEV__: boolean
2018-09-24 21:13:06 -04:00
declare var __JSDOM__: boolean
declare var __BROWSER__: boolean
2019-09-03 20:51:42 -04:00
// Feature flags
declare var __FEATURE_OPTIONS__: boolean
2019-09-09 16:28:32 -04:00
declare var __FEATURE_SUSPENSE__: boolean