Files
2026-01-22 15:49:12 +01:00

5 lines
96 B
TypeScript

export default function split(
pattern: RegExp,
string: string
): IterableIterator<string>;