index
:
due.moe
badges
binary_badges
cloudflare-pages
locale
main
post-svelte-5-migration
svelte-5
svelte-5-migration
svelteui
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
Utility
/
html.ts
blob: 6d2136aaaa1ce52ded2a16cfe388e8dbc612d4cb (
plain
) (
blame
)
1
export
const
nbsp
=
(
str
:
string
)
=>
str
.
replace
(
/ /g
,
' '
);