UNPKG

@popeindustries/lit-html

Version:

Seamlessly and efficiently use @popeindustries/lit-html-server rendered HTML to hydrate lit-html templates in the browser

5 lines (4 loc) 120 B
/** * A flag to indicate whether code is running in Node.js or browser environment. */ export const isServer = false;