UNPKG

js-awe

Version:

Awesome js utils including - plan: An Asynchronous control flow with a functional taste - Chrono: record and visualize timelines in the console

8 lines (6 loc) 179 B
declare function fetchImproved(...args: any[]): Promise<{ status: number; body: unknown; }>; export { fetchImproved, fetch } //# sourceMappingURL=fetchImproved.d.ts.map