UNPKG

flechette

Version:

A highly configurable wrapper for Fetch API that supports programmatic retries and completely obfuscates promise handling.

4 lines (3 loc) 343 B
import { configureFlechette, Flechette, FlechetteController, FlechetteResponse, ResponseFunc, RetryAction, RetryFunc, SendArgs, ToggleFunc } from "./flechette"; import { send } from "./senders"; export { configureFlechette, Flechette, FlechetteController, FlechetteResponse, ResponseFunc, RetryAction, RetryFunc, send, SendArgs, ToggleFunc };