Function createServerRequestHandler
- createServerRequestHandler<P, R, PR, E>(serviceCall, sharedServices, targetState?): ServerRequestHandler<P, R, PR, E>
Type Parameters
- P extends {
textDocument: TextDocumentIdentifier;
} - R
- PR
- E = void
Returns ServerRequestHandler<P, R, PR, E>