diff options
Diffstat (limited to 'src/lib/Utility/html.ts')
| -rw-r--r-- | src/lib/Utility/html.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Utility/html.ts b/src/lib/Utility/html.ts new file mode 100644 index 00000000..6d2136aa --- /dev/null +++ b/src/lib/Utility/html.ts @@ -0,0 +1 @@ +export const nbsp = (str: string) => str.replace(/ /g, ' '); |