-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
Typescript definition doesn't seem to be correct. #11
Comments
Ah hm, would you mind testing if the following works?
|
Doesn't work either. |
Sorry, I don't use typescript. @tontonrally added the code for that, so maybe he can help? Otherwise you might need to do your own investigating. I'm happy to help. I'd recommend seeing what is inside odiff in the two cases you tried up there (if 'equal' doesn't exist, is it null, is it an emtpy object, something else?) |
👉 #12 |
👉😎👉 |
Published v1.4.0 with this in it |
Sorry guys, didn't see that... As it is now fixed, I don't need to dig into. Thanks @dperetti for the fix. |
type 'rm' has vals: any[] |
@chapmanjacobd I think you're right. Would you be willing to write a pull request for that? |
Ok
…On Fri, Jun 5, 2020, 12:57 fresheneesz ***@***.***> wrote:
@chapmanjacobd <https://github.com/chapmanjacobd> I think you're right.
Would you be willing to write a pull request for that?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#11 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB4KV2LUL5G4MDK35QGHD4DRVCCLXANCNFSM4J6NVHJA>
.
|
Fixed in pull request #19 |
-> Property 'equal' does not exist on type '(a: any, b: any) => odiffResult[]'
The text was updated successfully, but these errors were encountered: