UNPKG

@furo/framework

Version:
16 lines (15 loc) 362 B
/** * A class to validate constraints on type of <code>google.protobuf.[Numeric type]Value, furo.fat.[Numeric type]</code> * * @class * @private * @author Eclipse Furo Web */ export class ValidatorFuroFatNumeric { /** * * @param field * @returns {Promise<unknown>} */ static validateConstraints(field: any): Promise<unknown>; }