UNPKG
react-3ducks
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
Simple state management library for React
github.com/smakazmi/react-3ducks
smakazmi/react-3ducks
react-3ducks
/
src
/
global.d.ts
6 lines
(5 loc)
•
76 B
TypeScript
View Raw
1
2
3
4
5
6
declare
namespace
NodeJS
{
interface
Global
{
__DEV__
:
boolean
; } }