-
Notifications
You must be signed in to change notification settings - Fork 1
/
.size-limit.json
66 lines (66 loc) · 1.35 KB
/
.size-limit.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[
{
"name": "`datetime`",
"path": "src/index.js",
"import": "{ datetime }"
},
{
"name": "`utc`",
"path": "src/index.js",
"import": "{ utc }"
},
{
"name": "`datetimeTz`",
"path": "src/index.js",
"import": "{ datetimeTz }"
},
{
"name": "`duration`",
"path": "src/index.js",
"import": "{ duration }"
},
{
"name": "`tzOffset`",
"path": "src/index.js",
"import": "{ tzOffset }"
},
{
"name": "`setTimeSeparator`",
"path": "src/index.js",
"import": "{ setTimeSeparator }"
},
{
"name": "`setTzConfig`",
"path": "src/index.js",
"import": "{ setTzConfig }"
},
{
"name": "`setTzInRealWorldRange`",
"path": "src/index.js",
"import": "{ setTzInRealWorldRange }"
},
{
"name": "`setTzSeparator`",
"path": "src/index.js",
"import": "{ setTzSeparator }"
},
{
"name": "`daysBetween`",
"path": "src/index.js",
"import": "{ daysBetween }"
},
{
"name": "`weekNumber`",
"path": "src/index.js",
"import": "{ weekNumber }"
},
{
"name": "`DateTime`",
"path": "src/index.js",
"import": "{ DateTime }"
},
{
"name": "**All modules** (`import *`)",
"path": "src/index.js"
}
]