chesscoders / netopia-card

Lightweight NodeJS library to integrate Netopia mobilPay payment gateway in your projects
https://npmjs.com/package/netopia-card
MIT License
6 stars 2 forks source link

Add TypeScript Typings for Netopia #5

Closed bogdan-nita closed 10 months ago

bogdan-nita commented 10 months ago

This pull request introduces TypeScript type definitions for the netopia-card package. The addition of these typings will enhance the developer experience for TypeScript users by providing type checking and autocompletion when using the package.

mihai-dulgheru commented 10 months ago

We added this functionality in the next PR: https://github.com/chesscoders/netopia-card/pull/7. Thank you for your contribution!