UNPKG

ipqs-node-sdk

Version:

React package to interface with the various IPQS APIs

8 lines (7 loc) 258 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ERRORS = exports.URL_PROP_NAME = void 0; exports.URL_PROP_NAME = `phone`; exports.ERRORS = { MISSING_PHONE: 'Phone number is required for the Phone Validation API.', };