@andrewcturing/ip2proxy
Version:
Pipedream Ip2location Components
49 lines (45 loc) • 553 B
JavaScript
const PACKAGE_OPTIONS = [
"PX1",
"PX2",
"PX3",
"PX4",
"PX5",
"PX6",
"PX7",
"PX8",
"PX9",
"PX10",
"PX11",
];
const FORMAT_OPTIONS = [
"json",
"xml",
];
/*const LANGUAGE_OPTIONS = [
"ar",
"cs",
"da",
"de",
"en",
"es",
"et",
"fi",
"fr",
"ga",
"it",
"ja",
"ko",
"ms",
"nl",
"pt",
"ru",
"sv",
"tr",
"vi",
"zh-cn",
"zh-tw",
];*/
export default {
PACKAGE_OPTIONS,
FORMAT_OPTIONS,
};