UNPKG
@ace-fetch/graphql
Version:
alpha (0.5.0-alpha.0)
latest (0.11.2)
0.11.2
0.11.0
0.10.0
0.9.1
0.9.0
0.8.0
0.7.0
0.5.4
0.5.0
0.5.0-alpha.0
0.4.1-alpha.4
0.4.1-alpha.3
0.4.1-alpha.2
0.4.1-alpha.1
0.4.1-alpha.0
0.4.0
Fetch Provider.
aceHubert/ace-fetch
@ace-fetch/graphql
/
esm
/
env.js
3 lines
(2 loc)
•
128 B
JavaScript
View Raw
1
2
3
export
var
debug = process.
env
.
NODE_ENV
!==
'production'
;
export
var
setDebug =
function
(
status
) {
return
(debug = status); };