# Interface: ToBigNumberOptions

## Table of contents

### Properties

- [validate](ToBigNumberOptions.md#validate)

## Properties

### validate

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

#### Type declaration

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