quantile.d.ts 105 B

12
  1. import { ScaleConfig } from '../types';
  2. export default function calculateTicks(cfg: ScaleConfig): any[];