UNPKG

flowie

Version:

Library for creating, and working with flows

5 lines (4 loc) 113 B
export default interface Flow { readonly pipe?: readonly string[]; readonly split?: readonly string[]; }