@joshfarrant/shortcuts-js
Version:
An iOS 12 Shortcuts creator
20 lines • 634 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const utils_1 = require("../utils");
/**
* @action Get Phone Numbers from Input
* @section Content Types > Contacts > Phone
* @icon PhoneNumber
*
* Returns any phone numbers found in the output from the previous action.
*
* ```js
* getPhoneNumbersFromInput();
* ```
*/
const getPhoneNumbersFromInput = () => ({
WFWorkflowActionIdentifier: 'is.workflow.actions.detect.phonenumber',
WFWorkflowActionParameters: {},
});
exports.default = utils_1.withActionOutput(getPhoneNumbersFromInput);
//# sourceMappingURL=getPhoneNumbersFromInput.js.map