first commit

This commit is contained in:
2026-07-17 17:45:56 +08:00
commit 04c487823b
5873 changed files with 12227228 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
import type { Segment } from './types';
export declare function toString<T extends Segment<any>>(segments: T[]): string;