UNPKG
@pushrocks/smartenv
Version:
latest (5.0.5)
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.0.16
4.0.15
4.0.14
4.0.13
4.0.12
4.0.11
4.0.10
4.0.9
4.0.8
4.0.7
4.0.6
store things about your environment and let them travel across modules
gitlab.com/pushrocks/smartenv
@pushrocks/smartenv
/
ts
/
interfaces
/
index.ts
10 lines
(9 loc)
•
143 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
export
let
defaultme =
null
;
declare
global
{
namespace
NodeJS
{
interface
Global
{
window
:
any
;
navigator
:
any
; } } }