UNPKG
wemy-monitoring
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.2.2
1.1.2
一个前端监控
wemy-monitoring
/
dist
/
types
/
src
/
utils
/
afterLoad.d.ts
2 lines
(1 loc)
•
76 B
TypeScript
View Raw
1
2
export
declare
function
afterLoad
(
callback
: (...args:
any
[]) =>
any
):
void
;