UNPKG

cds-routing-handlers

Version:

Package to route and implement CDS handlers via a class based approach in Typescript.

4 lines (3 loc) 150 B
/// <reference types="node" /> import { IncomingMessage } from "http"; export declare function retrieveJwt(req: IncomingMessage): string | undefined;