UNPKG

@joshfarrant/shortcuts-js

Version:
19 lines 513 B
"use strict"; 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