@furo/framework
Version:
Furo framework libs
16 lines (15 loc) • 413 B
TypeScript
/**
* Validators for furo base types and google well known types
*/
export class BaseSpecValidators {
/**
* Register all validators. This should be done in your init phase of your app.
* ```js
* import {BaseSpecValidators} from '@furo/framework/src/BaseSpecValidators/RegisterAll.js';
*
* BaseSpecValidators.registerAll()
* ```
*
*/
static registerAll(): void;
}