UNPKG

atomico

Version:

Atomico is a small library for the creation of interfaces based on web-components, only using functions and hooks.

3 lines (2 loc) 91 B
export const isServer = () => globalThis?.Deno || globalThis?.process?.versions?.node;