Files
antrean-anjungan/examples/nuxt3-websocket-client/node_modules/muggle-string/out/toString.d.ts
T
2025-09-18 19:01:22 +07:00

3 lines
121 B
TypeScript

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