UNPKG
@fivem-ts/shared
Version:
latest (1.0.0)
1.0.0
0.9.9
0.9.8
0.9.5
0.9.3
0.9.2
0.9.1
0.9.0
FiveM Typescript wrapper shared part
@fivem-ts/shared
/
dist
/
decorators
/
game
/
index.d.ts
4 lines
(3 loc)
•
142 B
TypeScript
View Raw
1
2
3
4
export
{
Command
}
from
'./command'
;
export
{
Config
, getConfig }
from
'./config'
;
export
{
RateLimitPerPlayer
}
from
'./rateLimitPerPlayer'
;