UNPKG

@popeindustries/lit-html-server

Version:

Efficiently render streaming lit-html templates on the server (or in a ServiceWorker!)

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