omise / omise-node

Omise Node.js Library
https://docs.opn.ooo
102 stars 53 forks source link

Fix ts examples #87

Closed varshard closed 6 years ago

varshard commented 6 years ago

The definition file doens't export omise method correctly, thus example were written incorrectly.

According to Typescript Handbook. The definition file should be written with a function module template.

varshard commented 6 years ago

@wingyplus Please check this out. The previous version of definition file were written incorrectly. This should fix it.

wingyplus commented 6 years ago

@varshard Ok. Let's me check. :)