Press n or j to go to the next uncovered block, b, p or k for the previous block.
import { fnList } from '../operator/group-by-function'; export const { sum, avg, min, max, first, last, count, std: sd } = fnList;