init (graduate from prototype)

This commit is contained in:
Evan You
2018-09-19 11:35:38 -04:00
commit 3401f6b460
63 changed files with 8372 additions and 0 deletions

3
packages/global.d.ts vendored Normal file
View File

@@ -0,0 +1,3 @@
// Global compile-time constants
declare var __DEV__: boolean
declare var __COMPAT__: boolean