export var isLocalMock = function isLocalMock() { return window.location.href.indexOf('LOCAL_MOCK=1') > -1; };