mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-01-10 09:23:09 +00:00
9 lines
99 B
TypeScript
9 lines
99 B
TypeScript
export const Strings = {
|
|
shortId: (id: string) => id.slice(0, 5) + "..." + id.slice(-5),
|
|
|
|
|
|
|
|
|
|
};
|
|
|