| 1 |
/** |
| 2 |
* Window dependencies. |
| 3 |
*/ |
| 4 |
const { |
| 5 |
auto_start_index: autoIndex, |
| 6 |
ajax_url: ajaxUrl, |
| 7 |
index_meta: indexMeta = null, |
| 8 |
is_epio: isEpio, |
| 9 |
ep_last_sync_date: lastSyncDateTime = null, |
| 10 |
ep_last_sync_failed: lastSyncFailed = false, |
| 11 |
nonce, |
| 12 |
} = window.epDash; |
| 13 |
|
| 14 |
export { autoIndex, ajaxUrl, indexMeta, isEpio, lastSyncDateTime, lastSyncFailed, nonce }; |
| 15 |
|