<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@digitalpersona/services](./services.md) &gt; [VarInt](./services.varint.md) &gt; [(constructor)](./services.varint.(constructor).md)

## VarInt.(constructor)

Constructs a new instance of the `VarInt` class

<b>Signature:</b>

```typescript
constructor(values: number[]);
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  values | <code>number[]</code> |  |

