> ## Documentation Index
> Fetch the complete documentation index at: https://stars-components.js.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Function: celsiusToKelvin()

> **celsiusToKelvin**(`celsius`): `number`

Defined in: [helpers.ts:16](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/weather-helpers/src/lib/helpers.ts#L16)

Converts Celsius temperature to Kelvin.

## Parameters

### celsius

`number`

The temperature in Celsius.

## Returns

`number`

The temperature in Kelvin.
