Code Monkey home page Code Monkey logo

Comments (5)

donnut avatar donnut commented on August 23, 2024

You could consider making type hasKey generic:

export type hasKey<T> = R.CurriedFunction2<String, T, boolean>

from npm-ramda.

patrickjtoy avatar patrickjtoy commented on August 23, 2024

I had thought to try that as well and while it does solve the issue in the type definition, it creates another issue in the assignment of the type to the variable declaration. Since T isn't declared until the lambda, it can't be used to type the variable. The best I've found so far is to use the generic type in the type definition and use Function for the type of the variable declaration, although this is also not ideal. Any other thoughts?

image

from npm-ramda.

donnut avatar donnut commented on August 23, 2024

Hmm, I have to think about this a bit longer. Did your read the gist of @waldogit and my own write-up about currying? Maybe that will give you some clues.

from npm-ramda.

donnut avatar donnut commented on August 23, 2024

I think the definition of const hasKey is flawed because a const is not allowed to change but here its type is defined as a generic. I think when defining const hasKey you need to specify T.

from npm-ramda.

donnut avatar donnut commented on August 23, 2024

@patrickjtoy, can I assist in any way? Otherwise I'll close this issue.

from npm-ramda.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.