You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Prototypes and global extensions in the codebase
3
+
globs: src/**/*.ts, src/**/*.tsx
4
+
---
5
+
6
+
# Prototypes and Global Extensions
7
+
8
+
This project uses custom prototype extensions for built-in objects like `Array`, `String`, and `Number`.
9
+
10
+
Whenever you are working with these types, you **MUST** read `src/globals/prototypes.ts` to understand the available utility methods.
11
+
12
+
Do not reinvent these utilities or use more verbose alternatives when these are available. Always check the file for the most up-to-date list of prototypes.
0 commit comments