Platformatic Global Object Getter
npm install @platformatic/globalsPlatformatic Globals exports a single function to get the Platformatic Global object inside a runtime with full typings experience
``sh`
npm install @platformatic/globals
`ts
import { getGlobal } from '@platformatic/globals'
const platformatic = getGlobal()
``
Apache 2.0