UNPKG

@joshfarrant/shortcuts-js

Version:
10 lines (9 loc) 465 B
import WFSerialization from '../interfaces/WF/WFSerialization'; import WFWorkflowAction from '../interfaces/WF/WFWorkflowAction'; declare const _default: (options: { /** The pattern to match */ pattern?: string | WFSerialization | undefined; /** Whether to be case sensitive **/ caseSensitive?: boolean | undefined; }, output?: import("../interfaces/Variable").default | undefined) => WFWorkflowAction | WFWorkflowAction[]; export default _default;