What is @koalarx/utils?
A small, typed library for everyday TypeScript/JavaScript problems.Typed core
KlString, KlNumber, KlDate, KlTime, and KlArray extend native types with fluent APIs.
Operators on the frontend
Import only what you need: format(date).split('/') without polluting prototypes.
Prototypes on the backend
One import in main and "123".maskCpf() anywhere in the process.
Opt-in holidays
date-holidays only loads when you import @koalarx/utils/holidays.