UNPKG

@eventcatalogtest/studio

Version:

A drag and drop UI for distributed systems that keeps your diagrams where they belong – in your repo

5 lines 167 B
'use client'; export const isRunningLocally = () => { // Check HTML data attribute return !!document.documentElement.getAttribute('data-is-running-locally'); }