@types/js-beautify's release frequency is inconsistent. Initial releases were sporadic in 2016-2017. Releases slowed until 2020 when they picked up slightly. 2023 had a burst of releases in the July-November and then stopped. No releases have occurred in 2024 or so far in 2025.
@types/js-beautify downloads show a strong upward trend from March 2024 to August 2025, growing from 258k to 857k. September 2025 downloads are significantly lower, at 253k, likely reflecting incomplete data for the current month.
This package contains TypeScript typings for the popular js-beautify library, a code formatter for JavaScript, HTML, and CSS. Using these typings provides static type checking and autocompletion when working with js-beautify in TypeScript projects. It enhances developer experience by preventing type-related errors at compile time and improving code maintainability. It supports various js-beautify options and configurations, ensuring accurate representation and usage within TypeScript.