UNPKG
@communityox/ox_core
Version:
latest (1.5.8)
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
A modern FiveM framework.
communityox/ox_core
@communityox/ox_core
/
package
/
lib
/
client
/
index.js
4 lines
(3 loc)
•
94 B
JavaScript
View Raw
1
2
3
4
import
{
Ox
as
OxCore
}
from
'../../lib'
;
export
const
Ox
=
OxCore
;
export
*
from
'./player'
;