npm.io
0.0.45 • Published 3 years ago

@fapfop/core

Licence
MIT
Version
0.0.45
Deps
1
Size
167 kB
Vulns
1
Weekly
0
Stars
4

Functional Oriented Programming (FOP) in TypeScript

This library contains minimal set of types and functions, that can help you creating application in Functional Oriented Programming style.

More on Functional Oriented Programming (FOP) you can find here:

https://fop.davidshekunts.ru

Install

npm install -s @fapfop/core

Release

# Locally
git add .
git commit -m "..."
npm run publish:(prerelease | patch | minor | major)
git push --follow-tags origin main

Used in

  1. FDD (https://github.com/Dionid/fdd-ts) – Fatigue Driven Development
  2. Teleadmin (https://github.com/Dionid/teleadmin) – Admin and CRM for Telegram.

License

The MIT License (MIT)