// @flow

export default function splitEvery<T>(n: number, list: T[]): T[][]
