mirror of
https://github.com/maxswa/osrs-json-hiscores.git
synced 2025-10-15 10:19:04 +00:00
Convert parseStats to typescript
This commit is contained in:
5
src/utils/helpers.ts
Normal file
5
src/utils/helpers.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Gamemode } from '../types';
|
||||
import { BASE_URL, GAMEMODE_URL, STATS_URL } from './constants';
|
||||
|
||||
export const getStatsURL = (gamemode: Gamemode, rsn: string) =>
|
||||
`${BASE_URL}${GAMEMODE_URL[gamemode]}${STATS_URL}${encodeURIComponent(rsn)}`;
|
Reference in New Issue
Block a user