UNPKG

yarn-audit-fix

Version:
5 lines (4 loc) 162 B
import { TFlow } from './ifaces'; export declare const convert: TFlow; export declare const patch: TFlow; export declare const getFlow: (flow?: string) => TFlow;