dialussd
v1.0.1
Published
TODO
Downloads
6
Maintainers
Readme
dialussd
Getting started
$ yarn add dialussd
Mostly automatic installation
Usage
import DialUssd from 'dialussd';
const dial = async (codeToDial) => {
let resp = await DialUssd.send(codeToDial);
// handle the respose
}