frohzinn's picture
download
raw
241 Bytes
import { ROUTES } from '$lib/constants/routes';
export class RouterService {
static chat(id: string): string {
return `${ROUTES.CHAT}/${id}`;
}
static settings(section: string): string {
return `${ROUTES.SETTINGS}/${section}`;
}
}

Xet Storage Details

Size:
241 Bytes
·
Xet hash:
b59b9f9cdbe9f8c705a81f9ed04c31b9217d14c456dde0288556bd99bc141a32

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.