Initial React project
This commit is contained in:
8
node_modules/baseline-browser-mapping/dist/index.d.ts
generated
vendored
8
node_modules/baseline-browser-mapping/dist/index.d.ts
generated
vendored
@@ -57,11 +57,10 @@ type Options = {
|
||||
* Returns browser versions compatible with specified Baseline targets.
|
||||
* Defaults to returning the minimum versions of the core browser set that support Baseline Widely available.
|
||||
* Takes an optional configuration `Object` with four optional properties:
|
||||
* - `listAllCompatibleVersions`: `false` (default) or `true`
|
||||
* - `includeDownstreamBrowsers`: `false` (default) or `true`
|
||||
* - `listAllCompatibleVersions`: `false` (default) or `false`
|
||||
* - `includeDownstreamBrowsers`: `false` (default) or `false`
|
||||
* - `widelyAvailableOnDate`: date in format `YYYY-MM-DD`
|
||||
* - `targetYear`: year in format `YYYY`
|
||||
* - `supressWarnings`: `false` (default) or `true`
|
||||
*/
|
||||
export declare function getCompatibleVersions(userOptions?: Options): BrowserVersion[];
|
||||
type AllVersionsOptions = {
|
||||
@@ -95,10 +94,9 @@ type AllVersionsOptions = {
|
||||
/**
|
||||
* Returns all browser versions known to this module with their level of Baseline support as a JavaScript `Array` (`"array"`), `Object` (`"object"`) or a CSV string (`"csv"`).
|
||||
* Takes an optional configuration `Object` with three optional properties:
|
||||
* - `includeDownstreamBrowsers`: `false` (default) or `true`
|
||||
* - `includeDownstreamBrowsers`: `true` (default) or `false`
|
||||
* - `outputFormat`: `"array"` (default), `"object"` or `"csv"`
|
||||
* - `useSupports`: `false` (default) or `true`, replaces `wa_compatible` property with optional `supports` property which returns `widely` or `newly` available when present.
|
||||
* - `supressWarnings`: `false` (default) or `true`
|
||||
*/
|
||||
export declare function getAllVersions(userOptions?: AllVersionsOptions): AllBrowsersBrowserVersion[] | NestedBrowserVersions | string;
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user