UNPKG

api-wizard

Version:

A powerful TypeScript wrapper for native Fetch API with token management, interceptors, and type-safe HTTP requests

6 lines (5 loc) 136 B
declare class CookieConfig { constructor(cookies: string); } export declare function getCookies(): string; export { CookieConfig };