[Home](./index.md) > [3d-tiles-validator](./3d-tiles-validator.md) > [Validators](./3d-tiles-validator.validators.md)
## Validators class
> 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.
>
Utility methods related to `Validator` instances.
**Signature:**
```typescript
export declare class Validators
```
## Methods
| Method | Modifiers | Description |
| --- | --- | --- |
| [validateTilesetFile(filePath, validationOptions)](./3d-tiles-validator.validators.validatetilesetfile.md) | static
|
**_(BETA)_** Performs a default validation of the given tileset file, and returns a promise to the ValidationResult
.
The given file may be a tileset.json
file, or a tileset package file, as incdicated by a .3tz
or .3dtiles
file extensions.