UNPKG
@cfwest/api-client
Version:
latest (0.1.0)
0.1.0
Unofficial CrossFire West ApiClient implementation.
github.com/cfna/cfwest-api
cfna/cfwest-api
@cfwest/api-client
/
dist
/
internal
/
rest-models
/
weapon-collections.d.ts
7 lines
(6 loc)
•
309 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
const
WeaponCollections
:
Map
<
string
,
number
>;
export
declare
class
WeaponCollectionUtils
{
static
getCollectionId
(
collectionName
:
string
):
number
;
static
getCollectionName
(
collectionID
:
number
):
string
|
undefined
;
static
isValidCollectionId
(
collectionID
:
number
):
boolean
; }