Common Utilities
  • Introduction πŸ‘‹
  • Getting Started
    • Installation πŸ“₯
    • Usage πŸ”§
  • Utilities
    • Packages πŸ“¦
      • Debounce πŸ“
      • Filter-array🧹
      • Merge-objectsπŸ‘―β€β™‚οΈ
      • String-interpolation🧡
      • Kebab-to-camel-string 🍒🐫
      • Trim-whitespace ⬜️
      • Wait-until-defined ⌚️
      • Compose πŸš‚
      • Repeat πŸ”
      • Pipe β›“
      • Trace πŸ‘€
    • Glossary πŸ“’
  • General
    • Comparision βš–οΈ
    • Cites πŸ™
Powered by GitBook
On this page
  • Hello! πŸ™Œ
  • Why? πŸ€”
  • Common Utilities 🧰

Was this helpful?

Introduction πŸ‘‹

NextInstallation πŸ“₯

Last updated 2 years ago

Was this helpful?

No cruft. No bloat. No dependencies.

Common Utilities is an ecosystem of simple utility JavaScript functions for everyday development.

Hello! πŸ™Œ

This project is built to provide JavaScript utility functions that are:

  • Easy to use 😌

  • Simple πŸ‘Œ

  • Tested βœ…

  • Typed (using Typescript) πŸ“

  • Example containing πŸ“š

  • Collaborative 🎳

Just because this repository is currently under on Github. It can be moved to a Github org if others get involved! Please give Common Utilities a , share, or give feedback if the documentation or packages themselves help you or need improvement!

Why? πŸ€”

Often engineers write simple functions to do simple things. There is always an option to reach for a heavier tool to do something like a deep merge. However, often engineers can do something simple to satisfy their use-case. Common Utilities aims to provide functions for the simple use-case described above but with types and tests. This means engineers can use a smaller function from Common Utilities that looks much like something they would write quickly but not need to write tests or types because Common Utilities provides those things. Inversely, using a utility function from Common Utilities adds very little extra bloat for each utility used.

Common Utilities 🧰

No cruft. No bloat. No dependencies.

Simple, typed, functional, documented, and tested javascript utility functions.

View other on Github.

common utilities
@yowainwright
star on Github
Typed with TypeScript