UNPKG

@digitalpersona/services

Version:
28 lines (17 loc) 773 B
<!-- 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) ## VarInt class A variant data holding an integer value. <b>Signature:</b> ```typescript export declare class VarInt ``` ## Constructors | Constructor | Modifiers | Description | | --- | --- | --- | | [(constructor)(values)](./services.varint.(constructor).md) | | Constructs a new instance of the <code>VarInt</code> class | ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [type](./services.varint.type.md) | | <code></code> | | | [values](./services.varint.values.md) | | <code>number[]</code> | |