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 @@ -372,7 +372,7 @@ type Options = {
372372} ;
373373
374374/**
375- * Function that returns browser versions compatible with specified Baseline targets.
375+ * Returns browser versions compatible with specified Baseline targets.
376376 * Defaults to returning the minimum versions of the core browser set that support Baseline Widely available.
377377 * Takes an optional configuraation object `Object` with four optional properties:
378378 * - `listAllCompatibleVersions`: `false` (default) or `false`
@@ -446,7 +446,7 @@ type AllVersionsOptions = {
446446} ;
447447
448448/**
449- * A function that returns all known browser versions with their level of Baseline support.
449+ * Returns all browser versions known to this module with their level of Baseline support either as an `Array` or a `String` CSV .
450450 * Takes an object as an argument with two optional properties:
451451 * - `includeDownstreamBrowsers`: `true` (default) or `false`
452452 * - `outputFormat`: `array` (default) or `csv`
You can’t perform that action at this time.
0 commit comments