GithubHelp home page GithubHelp logo

Comments (4)

sindresorhus avatar sindresorhus commented on June 29, 2024

Sounds useful.

I do wonder if we could change the existing any/all methods to support this use-case too.

Maybe if we change is.any(is.string, {}, true, '๐Ÿฆ„'); to is.any([{}, true, '๐Ÿฆ„'], is.string);, we could allow multiple inputs on each side:

is.any([{}, true, '๐Ÿฆ„'], is.string);
is.any('๐Ÿฆ„', [is.string, is.boolean]);

Thoughts? Other ideas?

from is.

scraggo avatar scraggo commented on June 29, 2024

Adding it to .any like youโ€™re suggesting works for me. Personally, I hesitated to overload it because I didnโ€™t want there to be potential for confusion with how it already works. But the way you added it avoids a breaking change. :)

Iโ€™m not sure what the use case for .all is since a given input can only be one type, unless Iโ€™m mistaken!

If you decide itโ€™s worthwhile, Iโ€™m happy to make a PR.

from is.

sindresorhus avatar sindresorhus commented on June 29, 2024

Hmm, I don't think we actually need to change the order. We can just add an overload to is.any like this:

.any(predicates[], ...values)

is.any([is.string, is.number], {}, true, '๐Ÿฆ„');
//=> true

is.any([is.boolean, is.number], 'unicorns', [], new Map());
//=> false

PR welcome for that.

from is.

scraggo avatar scraggo commented on June 29, 2024

Sounds great to me ๐Ÿ‘ - I'll have a PR hopefully shortly

from is.

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.