TinyCloud Web Core provides foundational utilities and types used by TinyCloud SDKs.
This package is a library made to aggregate types and utilities for other TinyCloud web packages. It serves as the foundation for the TinyCloud SDK ecosystem.
- Type Definitions - Comprehensive TypeScript type definitions
- Utility Functions - Common utilities for TinyCloud services
- Error Types - Standardized error handling across packages
- Configuration Interfaces - Shared configuration types
# Using npm
npm install @tinycloudlabs/web-core
# Using Yarn
yarn add @tinycloudlabs/web-core
# Using Bun (recommended)
bun add @tinycloudlabs/web-core
import { IStorageGetOptions, IStoragePutOptions } from '@tinycloudlabs/web-core';
For complete documentation, please visit:
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE-MIT file for details.
- @tinycloudlabs/web-sdk - The main TinyCloud Web SDK package