-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.js
34 lines (29 loc) · 1.03 KB
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
export { isUrl, setUrlParams } from "./src/utils/url";
// utils start
export * from "./src/utils/browser/dom.js";
export * from "./src/utils/browser/file.js";
export * from "./src/utils/arr.js";
export * from "./src/utils/async.js";
export * from "./src/utils/cache";
export * from "./src/utils/cookie"
export * from "./src/utils/date";
export * from "./src/utils/file";
export * from "./src/utils/Iterate";
export * from "./src/utils/lock";
export * from "./src/utils/obj";
export * from "./src/utils/str";
export * from "./src/utils/typer";
export * from "./src/utils/aop";
export * from "./src/utils/clone";
export * from "./src/utils/url";
export * from "./src/utils/query";
export {encodeHtml} from "./src/utils/decodeHtml.js";
export {decodeHtml} from "./src/utils/decodeHtml.js";
export {colorToHex} from "./src/utils/color.js";
export {subGbStr} from "./src/utils/str.js";
export {getGbLen} from "./src/utils/str.js";
export {checkBit} from "./src/utils/bit.js";
// utils end
// libs start
export * from "./src/libs/moment.js";
// libs end