Files
wanderer/assets/js/hooks/Mapper/helpers/linkHelpers.ts

3 lines
206 B
TypeScript

export const charZKBLink = (characterId: string) => `https://zkillboard.com/character/${characterId}/`;
export const charEveWhoLink = (characterId: string) => `https://evewho.com/character/${characterId}`;