#### async tree.find(value, operator)

Will find a value using a specific operator.

```js
    await tree.find(33, '$eq'); // Return set of identifiers and keys matching the find query.
```

