<!-- 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; [Module](./ember-asset-size-report.module.md) &gt; [(constructor)](./ember-asset-size-report.module._constructor_.md)

## Module.(constructor)

> 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.
> 

Constructs a new instance of the `Module` class

<b>Signature:</b>

```typescript
constructor(
    bundle: Bundle, 
    name: string, reportedSize: number);
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  bundle | <code>Bundle</code> | bundle that this file belongs to |
|  name | <code>string</code> | name of this file |
|  reportedSize | <code>number</code> | size reported by broccoli-concat-stats |

