File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,9 @@ export const facetFns = {
165
165
* Returns a function that creates a facet function for the source of the given
166
166
* checkpoint.
167
167
* @param {string } cp the checkpoint
168
- * @returns {function(bundle: Bundle): Set<string> } a facet function
168
+ * @returns {
169
+ function(bundle: Bundle): string[]
170
+ } a facet function
169
171
*/
170
172
checkpointSource : ( cp ) => ( bundle ) => Array . from (
171
173
bundle . events
@@ -181,7 +183,7 @@ export const facetFns = {
181
183
* Returns a function that creates a facet function for the target of the given
182
184
* checkpoint.
183
185
* @param {string } cp the checkpoint
184
- * @returns {function(bundle: Bundle): Set< string> } a facet function
186
+ * @returns {function(bundle: Bundle): string[] } a facet function
185
187
*/
186
188
checkpointTarget : ( cp ) => ( bundle ) => Array . from (
187
189
bundle . events
You can’t perform that action at this time.
0 commit comments