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
Handle falsy values (#4)
* Handle falsey values
Previously, if a falsey value was passed (e.g. `null` or `undefined`), an error would occur. This change returns an empty string instead.