This website requires JavaScript.
Explore
Help
Sign In
logos-storage
/
logos-storage-marketplace-ui
Watch
1
Star
0
Fork
0
You've already forked logos-storage-marketplace-ui
mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced
2026-05-04 16:43:10 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
logos-storage-marketplace-ui
/
src
/
utils
/
strings.ts
9 lines
99 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Use strings utility
2024-09-23 22:48:02 +02:00
export
const
Strings
=
{
shortId
:
(
id
:
string
)
=
>
id
.
slice
(
0
,
5
)
+
"..."
+
id
.
slice
(
-
5
)
,
Complete onboarding screens
2024-10-25 18:27:17 +02:00
Add unit tests and fix minor issues
2024-11-01 15:07:30 +01:00
Use strings utility
2024-09-23 22:48:02 +02:00
}
;
Complete onboarding screens
2024-10-25 18:27:17 +02:00
Reference in New Issue
Copy Permalink