UNPKG

postal-code-scraper

Version:

A tool for scraping country data, including regions and their postal codes

8 lines (7 loc) 211 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getBaseUrl = void 0; const getBaseUrl = () => { return "https://worldpostalcode.com"; }; exports.getBaseUrl = getBaseUrl;