UNPKG

svelte

Version:

Cybernetically enhanced web apps

7 lines (5 loc) 174 B
import { PUBLIC_VERSION } from '../version.js'; if (typeof window !== 'undefined') { // @ts-expect-error ((window.__svelte ??= {}).v ??= new Set()).add(PUBLIC_VERSION); }