@datalayer/core
Version:
[](https://datalayer.io)
20 lines (19 loc) • 550 B
JavaScript
/*
* Copyright (c) 2023-2025 Datalayer, Inc.
* Distributed under the terms of the Modified BSD License.
*/
/**
* Spacer API exports.
*
* Provides organized access to spacer functionality including
* spaces, notebooks, cells, and lexical documents.
*
* @module api/spacer
*/
export * as documents from './documents';
export * as healthz from './healthz';
export * as items from './items';
export * as lexicals from './lexicals';
export * as notebooks from './notebooks';
export * as spaces from './spaces';
export * as users from './users';