import { WPCOMConnectionState } from 'types';

export const getState = ( state: WPCOMConnectionState ) => {
	return state;
};
