FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
dist
/
components
/
cjs
Edit File: getters-87b7ef91.js
"use strict";const store=require("./store-4a539aea.js"),currentFormState=()=>store.state.formState.value,formLoading=()=>"loading"===store.state.formState.value,formBusy=()=>["updating","finalizing","paying","confirming","redirecting"].includes(store.state.formState.value);exports.currentFormState=currentFormState,exports.formBusy=formBusy,exports.formLoading=formLoading;
Save
Back