UNPKG

@overextended/ox_core

Version:
6 lines (5 loc) 144 B
import { type OxCommon } from '../../lib'; interface OxClient extends OxCommon { } export declare const Ox: OxClient; export * from './player';