We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @farhadi and maintainers, I wanted to use this package in a TS Project, was unable to find a type file for this.
Are there any plans to fire a PR at https://github.com/DefinitelyTyped/DefinitelyTyped?
In any case, can you outline a structure of basic Objects? So that I can contribute towards a Type file creation. Thanks.
The text was updated successfully, but these errors were encountered:
Hi @aashutoshrathi
Currently there is no plan to support TS types, but you are very welcome to contribute them if you like
This is a basic outline of the objects and little docs
smpp.js
Server (extends from node's net.Server) SecureServer (extends from node's tls.Server)
Session (returned from Server and SecureServer, extends from node's event.EventEmitter)
pdu.js
PDU
defs.js
gsmCoder
encodings
udhCoder
Sorry, something went wrong.
Hi guys!
I've created a new pull #257 with types.
Suggestions, fixes and updates are very welcome!
No branches or pull requests
Hi @farhadi and maintainers,
I wanted to use this package in a TS Project, was unable to find a type file for this.
Are there any plans to fire a PR at https://github.com/DefinitelyTyped/DefinitelyTyped?
In any case, can you outline a structure of basic Objects? So that I can contribute towards a Type file creation.
Thanks.
The text was updated successfully, but these errors were encountered: