@urban-mp/rpc-types
v0.1.5
Published
Shared (enhanced) types for @urban-mp/rpc. Highly recommended to install together
Readme
@urban-mp/rpc-types
This package is no longer required by the current @urban-mp/rpc API.
The runtime now uses a simple dynamic API:
rpc.register('event:name', async (...args) => {
return result
})
await rpc.call('server', 'event:name', ...args)Use @urban-mp/rpc directly for new code.
