UNPKG

url-assist

Version:
17 lines (14 loc) 371 B
const configQueryString = { "arrayFormat": "[]", "equalSeparator": "=", "newLineSeparator": "&", "startWith": "" }; const exemptListOfDomain = ['localhost']; const objRegExpKey = { "alpha": '[a-zA-Z]', "any": '[a-zA-Z0-9\\-\\_.]', "number": '[0-9]', "string": '[a-zA-Z0-9]' }; export {configQueryString,exemptListOfDomain,objRegExpKey};