<!-- 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; [Stats](./ember-asset-size-report.stats.md)

## Stats class

> 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.
> 

Stats data store

<b>Signature:</b>

```typescript
declare class Stats 
```

## Constructors

|  Constructor | Modifiers | Description |
|  --- | --- | --- |
|  [(constructor)(csvFileName, dataSetName, options)](./ember-asset-size-report.stats._constructor_.md) |  | <b><i>(BETA)</i></b> Constructs a new instance of the <code>Stats</code> class |

## Methods

|  Method | Modifiers | Description |
|  --- | --- | --- |
|  [addBundleRow(bundleName, sizes)](./ember-asset-size-report.stats.addbundlerow.md) |  | <b><i>(BETA)</i></b> Add a bundle's size information to the data set |
|  [addModuleRow(bundleName, fileName, sizes)](./ember-asset-size-report.stats.addmodulerow.md) |  | <b><i>(BETA)</i></b> Add a module's size information to the data set |
|  [save(project, spinner)](./ember-asset-size-report.stats.save.md) |  | <b><i>(BETA)</i></b> Save this data set as a CSV file |

