@sorrell/functional
v1.0.13
Published
Functional programming utilities for TypeScript.
Maintainers
Readme
Copyright © 2026 Gage Sorrell. Released under the MIT license.
@sorrell/functional
A small library of utilities for functional programming in TypeScript.
Documentation
The documentation is available here, a subdomain of the author's personal website.
Requirements
| Package | Version |
|-------------:|:------------|
| NodeJS | >=24.15.0 |
| typescript | >=6.0.0 |
Installation
Once the requirements are met, just install,
npm install @sorrell/functionalExamples
Currying
// @TODORelated Resources
| Package | Description |
|--------:|:------------|
| @sorrell/pipe-operator | Overloaded % as the pipe operator. |
| @sorrell/utilities | General-purpose utilities. |
| @sorrell/cli-utilities | Utilities for CLI applications. |
| @sorrell/cli | CLI to assist with TypeScript development. |
