UNPKG

insee-municipality-code

Version:

🇫🇷 Get the INSEE municipality code from postal code and name of French municipality

23 lines (16 loc) • 630 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getMunicipality = exports.getCode = undefined; var _getCode = require("./getCode"); var _getCode2 = _interopRequireDefault(_getCode); var _getMunicipality = require("./getMunicipality"); var _getMunicipality2 = _interopRequireDefault(_getMunicipality); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } exports.getCode = _getCode2.default; exports.getMunicipality = _getMunicipality2.default; exports.default = { getMunicipality: _getMunicipality2.default, getCode: _getCode2.default };