Files
2026-04-13 08:19:53 +08:00

4 lines
110 B
TypeScript

type StringIterator<R> = (char: string, index: number, string: string) => R;
export type { StringIterator };