Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 533 Bytes

File metadata and controls

21 lines (13 loc) · 533 Bytes

Home > @datashaper/schema > Bin

Bin interface

Describes a data bin in terms of inclusive lower bound and count of values in the bin.

Signature:

export interface Bin 

Properties

Property Modifiers Type Description
count number
min number | string