UNPKG

@shopgate/pwa-common-commerce

Version:

Commerce library for the Shopgate Connect PWA.

10 lines (9 loc) 215 B
import { START_SCANNER } from "../constants"; /** * Creates the dispatched START_SCANNER action object. * @returns {Object} */ const startScanner = () => ({ type: START_SCANNER }); export default startScanner;