toString.d.ts 121 B

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