UNPKG
@ezuikit/utils-collect
Version:
alpha (1.0.0-alpha.1)
latest (2.0.0)
2.0.0
1.0.0-alpha.1
0.2.0-alpha.1
0.1.1
0.1.0
0.1.0-beta.1
0.1.0-alpha.3
0.1.0-alpha.2
0.1.0-alpha.1
collect utils
@ezuikit/utils-collect
/
dist
/
types
/
index.d.ts
4 lines
(3 loc)
•
150 B
TypeScript
View Raw
1
2
3
4
import
Collect
, {
type
CollectOptions
,
type
ReportParam
}
from
'./collect'
;
export
{
type
CollectOptions
,
type
ReportParam
};
export
default
Collect
;