Alex Bondarevskyi

Results 1 issues of Alex Bondarevskyi

**Problem:** Currently, `parse()` returns either `ParsedDomain` or `ErrorResult`, but there's no straightforward way to determine which type was returned without checking if the `error` property exists. This creates TypeScript issues...