UNPKG

@furo/framework

Version:
16 lines (15 loc) 335 B
/** * 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>; }