# Interface: ToBigNumberOptions

Type definition for options of toBigNumber function.

**`param`** Represents whether a number

**`param`** Represents whether a empty value

**`param`** Represents whether a negative

## Table of contents

### Properties

- [validate](ToBigNumberOptions.md#validate)

## Properties

### validate

• `Optional` **validate**: `Object`

#### Type declaration

| Name | Type |
| :------ | :------ |
| `isEmpty?` | `boolean` |
| `isNegative?` | `boolean` |
| `isNotANumber?` | `boolean` |
