UNPKG

sea-ports

Version:
16 lines (12 loc) 257 B
'use strict'; const ports = require('./lib/ports.json'); function getByUnloc(unloc) { return ports[unloc]; } module.exports = { JSON: ports, getByUnloc: getByUnloc, getByUNLOC: getByUnloc, findByUnloc: getByUnloc, findByUNLOC: getByUnloc, };