forked from CSGOWTF/csgowtf
added player metadata
This commit is contained in:
@@ -3,15 +3,47 @@ import {GoToLink, GoToMatch, GoToPlayer} from "./GoTo";
|
||||
import {SaveLastVisitedToLocalStorage} from "./LocalStorage";
|
||||
import {GetHLTV_1} from "./HLTV";
|
||||
import {DisplayRank, LoadImage} from "./Display";
|
||||
import {GetUser, TrackMe, getPlayerValue, loadMoreMatches, getPlayerMeta, getMatchDetails} from "./ApiRequests";
|
||||
import {setTitle, GetWinLoss, truncate, checkStatEmpty, getPlayerArr, constructAvatarUrl, GetAvgRank, FixMapName, closeNav} from "./Utils";
|
||||
import {getMatchDetails, getPlayerMeta, getPlayerValue, GetUser, loadMoreMatches, TrackMe} from "./ApiRequests";
|
||||
import {
|
||||
checkStatEmpty,
|
||||
closeNav,
|
||||
constructAvatarUrl,
|
||||
FixMapName,
|
||||
GetAvgRank,
|
||||
getPlayerArr,
|
||||
GetWinLoss,
|
||||
setTitle,
|
||||
truncate,
|
||||
sortObjectValue
|
||||
} from "./Utils";
|
||||
|
||||
export {
|
||||
FormatDate, FormatFullDuration, FormatFullDate, FormatDuration, FormatVacDate,
|
||||
GoToMatch, GoToPlayer, GoToLink,
|
||||
FormatDate,
|
||||
FormatFullDuration,
|
||||
FormatFullDate,
|
||||
FormatDuration,
|
||||
FormatVacDate,
|
||||
GoToMatch,
|
||||
GoToPlayer,
|
||||
GoToLink,
|
||||
SaveLastVisitedToLocalStorage,
|
||||
GetHLTV_1,
|
||||
DisplayRank, LoadImage,
|
||||
GetUser, TrackMe, getPlayerValue, loadMoreMatches, getPlayerMeta, getMatchDetails,
|
||||
setTitle, GetWinLoss, truncate, checkStatEmpty, getPlayerArr, constructAvatarUrl, GetAvgRank, FixMapName, closeNav
|
||||
DisplayRank,
|
||||
LoadImage,
|
||||
GetUser,
|
||||
TrackMe,
|
||||
getPlayerValue,
|
||||
loadMoreMatches,
|
||||
getPlayerMeta,
|
||||
getMatchDetails,
|
||||
setTitle,
|
||||
GetWinLoss,
|
||||
truncate,
|
||||
checkStatEmpty,
|
||||
getPlayerArr,
|
||||
constructAvatarUrl,
|
||||
GetAvgRank,
|
||||
FixMapName,
|
||||
closeNav,
|
||||
sortObjectValue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user