UNPKG

@joshfarrant/shortcuts-js

Version:
7 lines (6 loc) 214 B
import WFItemType from '../interfaces/WF/WFItemType'; /** @ignore */ declare type itemType = (string | number | [] | {}); /** @ignore */ export declare const getItemType: (item: itemType) => WFItemType; export {};