UNPKG

@datalayer/core

Version:

[![Datalayer](https://assets.datalayer.tech/datalayer-25.svg)](https://datalayer.io)

12 lines (11 loc) 297 B
/** * Runtimes API exports. * * Provides organized access to runtime management functionality. * * @module api/runtimes */ export * as environments from './environments'; export * as healthz from './healthz'; export * as runtimes from './runtimes'; export * as snapshots from './snapshots';