advanced-ussd-builder
Version:
Advanced USSD Menu Builder with persistent state and navigation
11 lines • 609 B
TypeScript
import { UssdMenu, iUssdMenu } from '.';
export declare function assert(prop: any, message: string | Error): asserts prop;
export declare const import_menu_handler: (menu: iUssdMenu) => Promise<iUssdMenu>;
export declare const string_it: (menu: iUssdMenu | UssdMenu) => string;
/**
* Determines the network/telco from a Ghana phone number based on the prefix
* Ghana number prefixes are well-defined for each network operator
*/
export declare const getNetworkFromPhoneNumber: (phoneNumber: string) => string;
export declare const parse_it: (serialized: string) => any;
//# sourceMappingURL=helper.d.ts.map