UNPKG

async-states

Version:

Core of async-states

5 lines (3 loc) 154 B
type RunEffect = "delay" | "debounce" | "throttle"; type Status = "error" | "pending" | "success" | "aborted" | "initial"; export { RunEffect, Status };