UNPKG
@ace-fetch/core
Version:
alpha (0.5.0-alpha.0)
latest (0.11.4)
0.11.4
0.11.2
0.11.1
0.11.0
0.10.0
0.9.2
0.9.1
0.9.0
0.8.0
0.7.2
0.7.0
0.6.2
0.6.1
0.5.5
0.5.3
0.5.1
0.5.0
0.5.0-alpha.0
0.4.1-alpha.0
0.4.0
0.3.2
0.3.0
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
Fetch Provider.
aceHubert/ace-fetch
@ace-fetch/core
/
esm
/
env.d.ts
6 lines
(5 loc)
•
161 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
let
debug
:
boolean
;
/** * 调试打印日志, 默认为在开发模式下启用 */
export
declare
const
setDebug
:
(
status
:
boolean
) =>
boolean
;