astro-ghostcms/.pnpm-store/v3/files/70/6bc45f1b016672954bab2d7cf8a...

3 lines
121 B
Plaintext

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