UNPKG

@sudowealth/schwab-api

Version:

TypeScript client for Charles Schwab API with OAuth support, market data, trading functionality, and complete type safety

3 lines (2 loc) 201 B
export type Middleware = (req: Request, next: (req: Request) => Promise<Response>) => Promise<Response>; export declare function compose(...mws: Middleware[]): (initial: Request) => Promise<Response>;