UNPKG

@shopgate/pwa-common-commerce

Version:

Commerce library for the Shopgate Connect PWA.

4 lines 221 B
import{START_SCANNER}from"../constants";/** * Creates the dispatched START_SCANNER action object. * @returns {Object} */var startScanner=function startScanner(){return{type:START_SCANNER};};export default startScanner;