File size: 104 Bytes
1e92f2d |
1 2 3 4 5 |
// Flow type checks
export const isWpccFlow = ( flowName: string ) => {
return flowName === 'wpcc';
};
|
1e92f2d |
1 2 3 4 5 |
// Flow type checks
export const isWpccFlow = ( flowName: string ) => {
return flowName === 'wpcc';
};
|