@joshfarrant/shortcuts-js
Version:
An iOS 12 Shortcuts creator
19 lines • 546 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/**
* @action Get Addresses from Input
* @section Content Types > Location > Maps
* @icon Maps
*
* Returns any street addresses found in the output from the previous action.
*
* ```js
* getAddressesFromInput();
* ```
*/
const getAddressesFromInput = () => ({
WFWorkflowActionIdentifier: 'is.workflow.actions.detect.address',
WFWorkflowActionParameters: {},
});
exports.default = getAddressesFromInput;
//# sourceMappingURL=getAddressesFromInput.js.map