Last active
October 13, 2025 17:22
-
-
Save nichoth/1015d00d809c2a48db6d8bc24c18eb4f to your computer and use it in GitHub Desktop.
Some Constants, em dashes and things
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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