# lensProp

returns a lens whose focus is a property

## api

lensPath(property)

## example

```
view(lensPath('x'), {x: 2})
```
