UNPKG

@ideal-postcodes/jsutil

Version:

Browser Address Autocomplete for api.ideal-postcodes.co.uk

6 lines (5 loc) 212 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isGbrAddress = void 0; const isGbrAddress = (address) => address.post_town !== undefined; exports.isGbrAddress = isGbrAddress;