UNPKG

mmsi-country-lookup

Version:

A library to extract country information from MMSI (Maritime Mobile Service Identity) numbers with full ITU-R M.585-9 compliance

12 lines (10 loc) 175 B
const { getCountryFromMMSI, isValidMMSI, getMIDFromMMSI, } = require("./lib/mmsi-parser"); module.exports = { getCountryFromMMSI, isValidMMSI, getMIDFromMMSI, };