UNPKG

594 BTypeScriptView Raw
1/**
2 * -------------------------------------------------------------------------------------------
3 * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License.
4 * See License in the project root for license information.
5 * -------------------------------------------------------------------------------------------
6 */
7/**
8 * @constant
9 * @function
10 * Validates availability of Promise and fetch in global context
11 * @returns The true in case the Promise and fetch available, otherwise throws error
12 */
13export declare const validatePolyFilling: () => boolean;