vue3-yuanma/packages/global.d.ts

9 lines
227 B
TypeScript
Raw Normal View History

2018-09-19 15:35:38 +00:00
// Global compile-time constants
declare var __DEV__: boolean
2018-09-25 01:13:06 +00:00
declare var __JSDOM__: boolean
declare var __BROWSER__: boolean
2019-09-04 00:51:42 +00:00
// Feature flags
declare var __FEATURE_OPTIONS__: boolean
2019-09-09 20:28:32 +00:00
declare var __FEATURE_SUSPENSE__: boolean