UNPKG

web-auth-library

Version:

Authentication library for the browser environment using Web Crypto API

6 lines (5 loc) 243 B
/* SPDX-FileCopyrightText: 2022-present Kriasoft */ /* SPDX-License-Identifier: MIT */ export const canUseDefaultCache = /* eslint-disable-next-line @typescript-eslint/no-explicit-any */ typeof globalThis.caches?.default?.put === "function";