@dooboostore/core
v1.0.28
Published
[](https://www.npmjs.com/package/@dooboostore/core) [](
Readme
@dooboostore/core
Full Documentation: https://dooboostore-develop.github.io/@dooboostore/core
@dooboostore/core is the foundational utility library for the @dooboostore ecosystem. It provides a comprehensive set of tools and helpers for TypeScript/JavaScript projects to streamline development, from data manipulation to complex asynchronous operations.
Features
- Rich Utilities: A vast collection of helpers for arrays, objects, strings, dates, and math.
- Type-Safe: Written in TypeScript with a focus on powerful and flexible utility types.
- Asynchronous Toolkit: Advanced tools for handling Promises, including
sleep,settle,loop, andtransaction. - Messaging System: A simple yet powerful RxJS-like messaging system with
Observable,Subject, and a wide range of operators. - HTTP Fetcher: A flexible and extensible HTTP client framework.
- 2D/3D Geometry & Rendering: A comprehensive set of classes for 2D/3D geometry and a transaction-based animation engine.
- And much more...: Extensible components, CSS parsing, reflection utilities, and more.
Installation
Install @dooboostore/core using your favorite package manager:
# pnpm
pnpm add @dooboostore/core
# npm
npm install @dooboostore/core
# yarn
yarn add @dooboostore/coreLearn More
The detailed API documentation, including all modules and usage examples, is available on our documentation website.
License
This package is licensed under the MIT License.
