UNPKG

@hprose/rpc-plugin-oneway

Version:
5 lines 234 B
import { Context, NextInvokeHandler } from '@hprose/rpc-core'; export declare class Oneway { static handler(name: string, args: any[], context: Context, next: NextInvokeHandler): Promise<any>; } //# sourceMappingURL=index.d.ts.map