UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

3 lines 159 B
import { groupBy } from 'rxjs'; export const groupByProperty = (property) => groupBy((value) => value[property]); //# sourceMappingURL=group-by-property.js.map