This repository has been archived by the owner on Jan 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 321
Error using in typescript #301
Comments
Thanks for catching that, I can reproduce it. It's odd my copy didn't pick it up, I copied the file into my own project and tsc didn't (and still doesn't) complain. The best fix is to probably make args required but make the product_id property optional. |
Can you try the PR here and see if it works for you: #303 |
Thanks, #303 works for me. :) |
I'm running tsc 2.8.1, fwiw. |
@fb55 Can we leave this open until its published? |
Published this as 0.8.0 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Getting this error when importing gdax
Commenting out this line makes this work:
Here's the
gdax.ts
file:The text was updated successfully, but these errors were encountered: