UNPKG

@joshfarrant/shortcuts-js

Version:
15 lines (14 loc) 369 B
import WFWorkflowAction from '../interfaces/WF/WFWorkflowAction'; /** * @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(); * ``` */ declare const getDatesFromInput: () => WFWorkflowAction; export default getDatesFromInput;