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
🧑💻(frontend) Add assert utility for type safety and cleaner checks
Introduces an `assert` utility function.
This function provides a clean way to throw an error
for falsy values, improving code readability and
helping with TypeScript type narrowing
by ensuring a variable's expected state
before proceeding.
Signed-off-by: Robin Weber <[email protected]>
0 commit comments