2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-08 18:12:24 +03:00
Files
vue-meta/src/global.d.ts
T
pimlie 9cfde5b550 feat: make ssr work
feat: update build script

chore: use jiti instead of babel-node for examples
2021-01-25 00:50:46 +01:00

4 lines
95 B
TypeScript

// Global compile-time constants
declare let __DEV__: boolean
declare let __BROWSER__: boolean