# string

The string class for Cheddar

## Arguments:

| name    | type   | description       |
| ------- | ------ | ----------------- |
| `value` | string | The literal value |

## Usage:

`"foo"`, with api:

```javascript
cheddar.init(
    cheddar.string,
    "foo"
)
```
