UNPKG

@overextended/ox_core

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