UNPKG

thunk-request-status

Version:
5 lines (4 loc) 196 B
export declare const IDLE_STATUS = "idle"; export declare const PENDING_STATUS = "pending"; export declare const FULFILLED_STATUS = "fulfilled"; export declare const REJECTED_STATUS = "rejected";