@joshfarrant/shortcuts-js
Version:
An iOS 12 Shortcuts creator
7 lines (6 loc) • 346 B
TypeScript
import WFWorkflowAction from '../interfaces/WF/WFWorkflowAction';
declare const _default: (options: {
/** The thing to count */
type?: "Items" | "Characters" | "Words" | "Sentences" | "Lines" | undefined;
}, output?: import("../interfaces/Variable").default | undefined) => WFWorkflowAction | WFWorkflowAction[];
export default _default;