go-ethereum/node_modules/obliterator/split.d.ts
2024-06-14 14:11:39 +03:00

4 lines
96 B
TypeScript

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