UNPKG

@popeindustries/lit

Version:

Seamlessly render lit templates and elements on the server and in the browser

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