## locationUtils variable

Location helpers that can be mocked alongside the rest of this module. Centralizes `location` access to work around JSDOM 23+ behavior in test environments.

**Signature:**

```typescript
locationUtils: {
    assign(url: string): void;
    reload(): void;
    getSearch(): string;
    getPathname(): string;
    getLocation(): string;
    getOrigin(): string;
}
```

- [locationUtils variable](/content/docs/sdk/core.locationutils#locationutils-variable/index.html)
