@furo/framework
Version:
Furo framework libs
16 lines (15 loc) • 335 B
TypeScript
/**
* A class to validate constraints on type <code>furo.Reference</code
*
* @class
* @private
* @author Eclipse FuroWeb
*/
export class ValidatorFuroReference {
/**
* checks field constraints
* @param field
* @returns {Promise<unknown>}
*/
static validateConstraints(field: any): Promise<unknown>;
}