UNPKG

@lit-labs/ssr-react

Version:
7 lines 220 B
/** * @license * Copyright 2022 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ export const isCustomElement = (type) => typeof type === 'string' && !!customElements.get(type); //# sourceMappingURL=utils.js.map