# expand

> **expand**(`source`): [`Uint8Array`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array)

Defined in: [packages/synapse-core/src/piece/internal/fr32.ts:45](https://github.com/FilOzone/synapse-sdk/blob/2d2d7bce6ac65fcd0372c9c89607bd05cfc52093/packages/synapse-core/src/piece/internal/fr32.ts#L45)

Apply FR32 expansion to `source`, returning expanded bytes (~1.0079× input).

## Parameters

| Parameter | Type |
| ------ | ------ |
| `source` | [`Uint8Array`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array) |

## Returns

[`Uint8Array`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array)