Skip to content

Instantly share code, notes, and snippets.

@ORESoftware
Last active January 17, 2022 22:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ORESoftware/4074a285d6ca2fd3e64840037ef05ba9 to your computer and use it in GitHub Desktop.
Save ORESoftware/4074a285d6ca2fd3e64840037ef05ba9 to your computer and use it in GitHub Desktop.
const getAStringOrNull = (v: Object) : StringOrNull => {
return v === bar ? v.toString() : null;
};
// end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment