For the complete documentation index, see llms.txt. This page is also available as Markdown.

string

The string class for Cheddar

Arguments:

name

type

description

value

string

The literal value

Usage:

"foo", with api:

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

Last updated

Was this helpful?