@effect-ak/misc
v0.0.6
Published
reusable functions
Readme
Effect Toolkit
This package provides a collection of custom effects built on top of the Effect ecosystem. It's designed to be used as a dependency in other Effect-based projects, offering a range of utilities and abstractions to enhance your functional programming experience.
Purpose
The Effect Toolkit aims to simplify common tasks and provide powerful abstractions for effect-based programming. It includes utilities for:
- Date and time operations
- Error handling and custom error types
- HTTP request mocking (fake-http)
- JSON processing and schema validation
- Logging configuration
- Enhanced promise handling
- Runtime utilities
- Shell command execution
- Text processing
Dependencies
This package relies solely on:
- effect
- @effect/platform
