<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [ember-asset-size-report](./ember-asset-size-report.md) &gt; [Bundle](./ember-asset-size-report.bundle.md) &gt; [prepareStats](./ember-asset-size-report.bundle.preparestats.md)

## Bundle.prepareStats() method

> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
> 

Prepare a stats report with asset size data pertaining to this module

<b>Signature:</b>

```typescript
prepareStats(data: Stats): Promise<void>;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  data | <code>Stats</code> | stats report |

<b>Returns:</b>

`Promise<void>`

