ts-reset icon indicating copy to clipboard operation
ts-reset copied to clipboard

A 'CSS reset' for TypeScript, improving types for common JavaScript API's

Results 91 ts-reset issues
Sort by recently updated
recently updated
newest added

🧹 Fix: Improve typings for trim, trimStart, trimEnd, trimLeft, and trimRight on String This PR enhances the type definitions for string trimming methods by introducing compile-time evaluation of the trimmed...