import { NonEmptyArray } from './index' export const firstNE = (values: NonEmptyArray) => values[0]