UNPKG

@furo/framework

Version:
16 lines (15 loc) 338 B
/** * A class to validate constraints on type of <code>google.protobuf.Int64Value</code> * * @class * @private * @author Eclipse Furo Web */ export class ValidatorGoogleProtobufInt64Value { /** * * @param field * @returns {Promise<unknown>} */ static validateConstraints(field: any): Promise<unknown>; }