overextended/ox_core

lib / imports

thelindat opened this issue · 0 comments

Focused on the internal features for now, but lib will be the replacement for both the Lua imports and node package from the previous version. Serves the same purpose, just structured a little better.

  • types, interfaces, etc. need to be reorganised to be properly shared between the package and this repo
  • ensure all exports are properly typed, excluding some internal ones (e.g. exports.ox_core.getOxPlayer)
  • work on the Lua version more once things are more stable