|
1 | 1 | { |
2 | 2 | "docs": [ |
3 | | - { |
4 | | - "members": [ |
5 | | - { |
6 | | - "kind": "TypeAlias", |
7 | | - "comment": { |
8 | | - "description": "", |
9 | | - "examples": [], |
10 | | - "parsed": [] |
11 | | - }, |
12 | | - "excerptTokens": [ |
13 | | - { |
14 | | - "kind": "Content", |
15 | | - "text": "export declare type AnyIterable<T> = " |
16 | | - }, |
17 | | - { |
18 | | - "kind": "Reference", |
19 | | - "text": "Iterable", |
20 | | - "canonicalReference": "!Iterable:interface" |
21 | | - }, |
22 | | - { |
23 | | - "kind": "Content", |
24 | | - "text": "<T> | " |
25 | | - }, |
26 | | - { |
27 | | - "kind": "Reference", |
28 | | - "text": "AsyncIterable", |
29 | | - "canonicalReference": "!AsyncIterable:interface" |
30 | | - }, |
31 | | - { |
32 | | - "kind": "Content", |
33 | | - "text": "<T>" |
34 | | - }, |
35 | | - { |
36 | | - "kind": "Content", |
37 | | - "text": ";" |
38 | | - } |
39 | | - ], |
40 | | - "canonicalReference": "iterparse!AnyIterable:type", |
41 | | - "canonicalReferenceGroup": "iterparse!AnyIterable" |
42 | | - } |
43 | | - ], |
44 | | - "kind": "TypeAlias", |
45 | | - "name": "AnyIterable", |
46 | | - "canonicalReference": "iterparse!AnyIterable:type", |
47 | | - "package": "iterparse", |
48 | | - "canonicalReferenceGroup": "iterparse!AnyIterable", |
49 | | - "tags": [] |
50 | | - }, |
51 | | - { |
52 | | - "members": [ |
53 | | - { |
54 | | - "kind": "TypeAlias", |
55 | | - "comment": { |
56 | | - "description": "", |
57 | | - "examples": [], |
58 | | - "parsed": [] |
59 | | - }, |
60 | | - "excerptTokens": [ |
61 | | - { |
62 | | - "kind": "Content", |
63 | | - "text": "export declare type AnyIterableValueOf<O> = " |
64 | | - }, |
65 | | - { |
66 | | - "kind": "Content", |
67 | | - "text": "O extends " |
68 | | - }, |
69 | | - { |
70 | | - "kind": "Reference", |
71 | | - "text": "AnyIterable", |
72 | | - "canonicalReference": "iterparse!AnyIterable:type" |
73 | | - }, |
74 | | - { |
75 | | - "kind": "Content", |
76 | | - "text": "<infer T> ? T : never" |
77 | | - }, |
78 | | - { |
79 | | - "kind": "Content", |
80 | | - "text": ";" |
81 | | - } |
82 | | - ], |
83 | | - "canonicalReference": "iterparse!AnyIterableValueOf:type", |
84 | | - "canonicalReferenceGroup": "iterparse!AnyIterableValueOf" |
85 | | - } |
86 | | - ], |
87 | | - "kind": "TypeAlias", |
88 | | - "name": "AnyIterableValueOf", |
89 | | - "canonicalReference": "iterparse!AnyIterableValueOf:type", |
90 | | - "package": "iterparse", |
91 | | - "canonicalReferenceGroup": "iterparse!AnyIterableValueOf", |
92 | | - "tags": [] |
93 | | - }, |
94 | 3 | { |
95 | 4 | "members": [ |
96 | 5 | { |
|
1128 | 1037 | "canonicalReferenceGroup": "iterparse!DownloadOptions", |
1129 | 1038 | "tags": [] |
1130 | 1039 | }, |
1131 | | - { |
1132 | | - "members": [ |
1133 | | - { |
1134 | | - "kind": "Function", |
1135 | | - "comment": { |
1136 | | - "description": "", |
1137 | | - "examples": [], |
1138 | | - "parsed": [] |
1139 | | - }, |
1140 | | - "excerptTokens": [ |
1141 | | - { |
1142 | | - "kind": "Content", |
1143 | | - "text": "export declare function fileGroupBy<T>(args: " |
1144 | | - }, |
1145 | | - { |
1146 | | - "kind": "Reference", |
1147 | | - "text": "FileGroupByOptions", |
1148 | | - "canonicalReference": "iterparse!FileGroupByOptions:interface" |
1149 | | - }, |
1150 | | - { |
1151 | | - "kind": "Content", |
1152 | | - "text": "<T>" |
1153 | | - }, |
1154 | | - { |
1155 | | - "kind": "Content", |
1156 | | - "text": "): " |
1157 | | - }, |
1158 | | - { |
1159 | | - "kind": "Reference", |
1160 | | - "text": "AsyncIterable", |
1161 | | - "canonicalReference": "ix!AsyncIterableX:class" |
1162 | | - }, |
1163 | | - { |
1164 | | - "kind": "Content", |
1165 | | - "text": "<" |
1166 | | - }, |
1167 | | - { |
1168 | | - "kind": "Reference", |
1169 | | - "text": "GroupedItems", |
1170 | | - "canonicalReference": "iterparse!GroupedItems:interface" |
1171 | | - }, |
1172 | | - { |
1173 | | - "kind": "Content", |
1174 | | - "text": "<T>>" |
1175 | | - }, |
1176 | | - { |
1177 | | - "kind": "Content", |
1178 | | - "text": ";" |
1179 | | - } |
1180 | | - ], |
1181 | | - "canonicalReference": "iterparse!fileGroupBy:function(1)", |
1182 | | - "canonicalReferenceGroup": "iterparse!fileGroupBy" |
1183 | | - } |
1184 | | - ], |
1185 | | - "kind": "Function", |
1186 | | - "name": "fileGroupBy", |
1187 | | - "canonicalReference": "iterparse!fileGroupBy:function(1)", |
1188 | | - "package": "iterparse", |
1189 | | - "canonicalReferenceGroup": "iterparse!fileGroupBy", |
1190 | | - "tags": [] |
1191 | | - }, |
1192 | | - { |
1193 | | - "members": [ |
1194 | | - { |
1195 | | - "kind": "Interface", |
1196 | | - "comment": { |
1197 | | - "description": "", |
1198 | | - "examples": [], |
1199 | | - "parsed": [] |
1200 | | - }, |
1201 | | - "excerptTokens": [ |
1202 | | - { |
1203 | | - "kind": "Content", |
1204 | | - "text": "export interface FileGroupByOptions<T> " |
1205 | | - } |
1206 | | - ], |
1207 | | - "canonicalReference": "iterparse!FileGroupByOptions:interface", |
1208 | | - "canonicalReferenceGroup": "iterparse!FileGroupByOptions" |
1209 | | - } |
1210 | | - ], |
1211 | | - "kind": "Interface", |
1212 | | - "name": "FileGroupByOptions", |
1213 | | - "canonicalReference": "iterparse!FileGroupByOptions:interface", |
1214 | | - "package": "iterparse", |
1215 | | - "canonicalReferenceGroup": "iterparse!FileGroupByOptions", |
1216 | | - "tags": [] |
1217 | | - }, |
1218 | 1040 | { |
1219 | 1041 | "members": [ |
1220 | 1042 | { |
|
0 commit comments