UNPKG
@lit-labs/ssr-react
Version:
latest (0.3.3)
pre (0.2.1-pre.0)
0.3.3
0.3.2
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.1-pre.0
0.2.0
0.1.2
0.1.2-pre.0
0.1.1
0.1.0
Lit SSR integration for React
github.com/lit/lit/tree/main/packages/labs/ssr-react
lit/lit
@lit-labs/ssr-react
/
lib
/
utils.js
7 lines
•
220 B
JavaScript
View Raw
1
2
3
4
5
6
7
/** *
@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