@tinycloud/web-core
v1.1.0
Published
TinyCloud Web Core library
Readme
TinyCloud Web Core
TinyCloud Web Core provides foundational utilities and types used by TinyCloud SDKs.
Overview
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.
Features
- 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
Installation
# Using npm
npm install @tinycloud/web-core
# Using Yarn
yarn add @tinycloud/web-core
# Using Bun (recommended)
bun add @tinycloud/web-coreUsage
import { IStorageGetOptions, IStoragePutOptions } from '@tinycloud/web-core';Documentation
For complete documentation, please visit:
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT License - see the LICENSE-MIT file for details.
Related Packages
- @tinycloud/web-sdk - The main TinyCloud Web SDK package
