mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
4 lines
96 B
TypeScript
4 lines
96 B
TypeScript
export default function split(
|
|
pattern: RegExp,
|
|
string: string
|
|
): IterableIterator<string>;
|