`CartJS.clear(options = {})`

Clear the cart of all line items.
Does not clear cart attributes or the cart note.

```js
// Clear all items from the cart.
CartJS.clear();
```

See [addItem](#core-api-add-item) for details on the `options` hash.
