UNPKG

cosmo-ui

Version:
10 lines 355 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var constants_1 = require("../constants"); exports.searchAddressSuccess = function (action$, store) { return action$.ofType(constants_1.SEARCH_ADDRESS.SUCCESS) .map(function (action) { return ({ type: 'NULL' }); }); }; //# sourceMappingURL=address.js.map