# 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/e4bb19e83f9c426be18e2199d205e637240da374/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)