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