# shallow

# Function: shallow()

```ts
function shallow<T>(objA, objB): boolean;
```

Defined in: [index.ts:5](https://github.com/TanStack/store/blob/main/packages/react-store/src/index.ts#L5)

## Type Parameters

### T

`T`

## Parameters

### objA

`T`

### objB

`T`

## Returns

`boolean`
