mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
10 lines
246 B
TypeScript
10 lines
246 B
TypeScript
import * as lib from './resource';
|
|
import { cache, onCache } from '../shared/resource';
|
|
|
|
cache.playerId = PlayerId();
|
|
cache.serverId = GetPlayerServerId(cache.playerId);
|
|
|
|
export { cache, onCache };
|
|
export * from './resource';
|
|
export default lib;
|