UNPKG

@vendure/core

Version:

A modern, headless ecommerce framework

8 lines (7 loc) 277 B
import { RangeBucket } from '../telemetry.types'; /** * Converts an exact count to a range bucket for privacy. * This prevents exposing exact entity counts while still * providing useful aggregate data. */ export declare function toRangeBucket(count: number): RangeBucket;