UNPKG

mozambique-utils

Version:

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

9 lines (8 loc) • 288 B
/** * Checks whether or not a network operator string is a valid mozambican one. * * @param networkOp the network operator to check * @returns the network operator to check */ declare const is_valid_operator: (networkOp: string) => boolean; export default is_valid_operator;