Skip to content

Instantly share code, notes, and snippets.

@nichoth
Last active October 13, 2025 17:22
Show Gist options
  • Select an option

  • Save nichoth/1015d00d809c2a48db6d8bc24c18eb4f to your computer and use it in GitHub Desktop.

Select an option

Save nichoth/1015d00d809c2a48db6d8bc24c18eb4f to your computer and use it in GitHub Desktop.
Some Constants, em dashes and things
export const NDASH = '\u2013'
export const EM_DASH = '\u2014'
export const NBSP = '\u00A0'
export const ELLIPSIS = '\u2026'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment