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
{{ message }}
Instantly share code, notes, and snippets.
🤓
Console Logger, Level 4
Ivanman
ivankisyov
🤓
Console Logger, Level 4
One of the most powerful console loggers ever lived on this universe
interface User {
membership: string;
active: boolean;
status?: boolean; // optional prop
[propName: string]: any; // not aware of the names of the rest of the props
}