v0.6.0 - TypeScript Function Overloads
π TypeScript Function Overloads
This release adds comprehensive TypeScript function overload signatures to improve type inference and developer experience.
β¨ What's New
TypeScript Function Overloads - Enhanced type inference for 13 functions:
- Better IDE autocomplete and parameter hints
- More precise return type inference based on arguments
- Functions with overloads:
truncate,pad,padStart,padEnd,template,templateSafe,excerpt,highlight,fuzzyMatch,memoize,randomString,toASCII,removeNonPrintable - No breaking changes - fully backward compatible
π¦ Installation
npm install [email protected]π Full Changelog
See CHANGELOG.md for complete details.