UNPKG

@aidarkezio/main-func

Version:
22 lines • 732 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ERROR_ARGS = void 0; exports.ERROR_ARGS = { IP: { invalid_type_error: 'Invalid type of ip, ip must be a valid string ip', required_error: 'ip is required' }, PORT: { invalid_type_error: 'Invalid type of port, port must be a valid number', required_error: 'port is required' }, URL: { invalid_type_error: 'Invalid type of url, url must be a valid string url', required_error: 'url is required' }, QUERY: { invalid_type_error: 'Invalid type of query, query must be a string', required_error: 'query is required' } }; //# sourceMappingURL=constant.js.map