UNPKG

@sap_oss/wdio-qmate-service

Version:

[![REUSE status](https://api.reuse.software/badge/github.com/SAP/wdio-qmate-service)](https://api.reuse.software/info/github.com/SAP/wdio-qmate-service)[![Node.js CI](https://github.com/SAP/wdio-qmate-service/actions/workflows/node.js.yml/badge.svg)](http

9 lines 351 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.validateValue = validateValue; function validateValue(value) { if (typeof value !== "string" && typeof value !== "number") { throw new Error("value is invalid. It must be of type 'string' or 'number'"); } } //# sourceMappingURL=inputValidation.js.map