UNPKG
react-gnome
Version:
latest (0.0.1)
0.0.1
## Getting Started
react-gnome
/
dist
/
types
/
runtime
/
console.d.ts
6 lines
(5 loc)
•
124 B
TypeScript
View Raw
1
2
3
4
5
6
declare
global
{
const
__MODE__
:
"development"
|
"production"
;
const
__SOURCE_MAPS_ENABLED__
:
boolean
; }
export
{};