UNPKG

mozambique-utils

Version:

Easy to use parsers and validators for mozambican (🇲🇿) data-type formatted strings.

10 lines (9 loc) • 415 B
import { NetworkOperator, NetworkOperatorSpec } from "../helper/type/types"; /** * Get the details for a network operator. * * @param networkOperator the network operator enum * @returns {object} details about the specified network operator in mozambique. */ declare const get_network_operator_spec: (networkOperator: NetworkOperator) => NetworkOperatorSpec; export default get_network_operator_spec;