fp-types-ref
sickn33/antigravity-awesome-skills
A comprehensive quick reference guide for functional programming types in TypeScript using the fp-ts library. It helps users decide which type (`Option`, `Either`, `Task`, etc.) to use based on whether operations are synchronous, asynchronous, and if they involve errors or missing values. It provides decision trees, common import patterns, and utility function patterns for robust TypeScript development.