UNPKG

@hybris-software/use-query

Version:
17 lines (16 loc) 309 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.status = exports.actions = void 0; const status = { IDLE: "idle", LOADING: "loading", SUCCESS: "success", ERROR: "error" }; exports.status = status; const actions = { RESET: "reset" }; exports.actions = actions;