@datalayer/core
Version:
[](https://datalayer.io)
16 lines (15 loc) • 407 B
JavaScript
/*
* Copyright (c) 2023-2025 Datalayer, Inc.
* Distributed under the terms of the Modified BSD License.
*/
/**
* 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';