File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export const allImplementations = implementations;
24
24
* @param {Function<boolean> } options.filter - A function to
25
25
* filter the map's entries on that returns true or false.
26
26
*
27
- * @returns {Object<string, Map> } Returns an object with matching
27
+ * @returns {{match: Map, nonMatch: Map} } Returns an object with matching
28
28
* and non-matching maps.
29
29
*/
30
30
export const filterImplementations = ( {
@@ -56,7 +56,7 @@ export const filterImplementations = ({
56
56
* @param {string } [options.property='issuers'] - The property to search for on
57
57
* an implementation.
58
58
*
59
- * @returns {Object<string, Map> } Returns an object with matching
59
+ * @returns {{match: Map, nonMatch: Map} } Returns an object with matching
60
60
* and non-matching maps.
61
61
*/
62
62
export const filterByTag = ( {
You can’t perform that action at this time.
0 commit comments