refactor(shared): update utilities, API layer, and types
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
/**
|
||||
* Shared utility functions
|
||||
*
|
||||
* Provides common utilities for:
|
||||
* - Number manipulation (clamping, precision, decimal places)
|
||||
* - Function execution control (debounce, throttle)
|
||||
* - Array operations (split by predicate)
|
||||
* - URL handling (query string building)
|
||||
* - DOM interactions (smooth scrolling)
|
||||
*/
|
||||
|
||||
export {
|
||||
|
||||
Reference in New Issue
Block a user