Skip to main content

8 docs tagged with "Utilities"

View all tags

Collection

The @daiso-tech/core/collection component provides a fluent, convenient wrapper for working with a Array, Iterable and AsyncIterable.

Hooks

The @daiso-tech/core/hooks component provides seamless way to add middlewares/hooks to any sync and async functions without any hassle.

Namespace

The @daiso-tech/core/namespace component provides seamless way to group data by prefixing and suffixing keys.

Resilience

The @daiso-tech/core/resilience component provides predefined fault tolerant middlewares.

Serde

The @daiso-tech/core/serde component provides seamless way to serialize/deserialize data and adding custom serialization/deserialization logic for custom data types.

Task

The @daiso-tech/core/task component provides a better alternative to Promise.

TimeSpan

The @daiso-tech/core/time-span component provides an easy way for defining, manipulating, and comparing durations. Furthermore, it is designed for easy integration with external time libraries like Luxon and Dayjs.