getLength.d.ts 109 B

12
  1. import type { Segment } from './types';
  2. export declare function getLength(segments: Segment<any>[]): number;