Files
caravels-community-simulation/web-app/node_modules/muggle-string/out/toString.d.ts
rafaeldpsilva adbbf6bf50 first commit
2025-12-10 12:32:12 +00:00

3 lines
121 B
TypeScript

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