Skip to main content

logo image npm version bundle size npm download deno land nest badge dependencies Status codecov Codacy Badge npm type definitions Commitizen friendly Gitmoji semantic-release code style: prettier

fonction

A modern practical functional library

✨ Feature

  • 💚 Friendly type definition
  • :earth_americas: Universal functions providing ESM and UMD
  • :package: Optimized, super slim size
  • 📄 TSDoc-style comments
  • 🔢 Bigint support
  • 🦕 Deno support

Fonction (French word for “function”, not typo:sweat_smile:) is modern practical functional library. Special attention is paid to bundle size and strict type definitions. Therefore, you can take out and use only what you want to use without worrying about the size.

📝 Read the Docs to Learn More.

:truck: Install

npm i fonction
or
yarn add fonction

🗺️ Loadmap

For the time being, my goal is to implement the functions implemented in the great starting projects (lodash, ramda, rambda, … etc).

The release will be a public release when it is fully tested in the beta release and then merged into the main branch.

You can check the implementation status of all functions here.

You can also try all the features including the beta version with the following command.

npm i fonction@beta
or
yarn add fonction@beta

💡 License

MIT