UNPKG
u-spa
Version:
latest (0.6.0)
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
SPA应用监控工具,监听url变化、首屏加载指标、js-error、image-error 并上报
github.com/YalongYan/u-spa
YalongYan/u-spa
u-spa
/
dist
/
monitorUlr.d.ts
4 lines
(3 loc)
•
126 B
TypeScript
View Raw
1
2
3
4
import
{ initType }
from
'./common'
; declare
function
monitorUlrInitFn
(
obj: initType
):
void
;
export
default
monitorUlrInitFn;