Methods
sanitize(value) → {string}
Sanitizes a value.
Parameters:
| Name | Type | Description |
|---|---|---|
value |
any | The value to sanitize. |
- Source:
Returns:
The sanitized string.
- Type
- string
Provides sanitization for values used in templates. Currently a placeholder for more advanced sanitization logic.
Sanitizes a value.
| Name | Type | Description |
|---|---|---|
value |
any | The value to sanitize. |
The sanitized string.