Reference Source

src/utils/isEpoch.js

export const isEpoch = (eegObject) => Array.isArray(eegObject.data[0]);