Giter VIP home page Giter VIP logo

Comments (3)

leaumar avatar leaumar commented on May 27, 2024

The best we now have is this

  class ABPredicate extends Predicate<AB> {
    constructor() {
      super('string');
      this.addValidator({ validator: isAB, message: (value, label) => 'TODO' });
    }
  }

and it does fulfill our purpose from what we can tell. At least the value's type is narrowed to AB after the ow() call.

But this way, the validator function isAB is given a value to assert that's already cast by ow to AB instead of the string or unknown that we'd expect, suggesting that this is either an ow API weakness or this implementation does something backward.

from ow.

sindresorhus avatar sindresorhus commented on May 27, 2024

ow.create is meant for creating custom validators. I don't remember whether it would solve your needs though. I also don't have time to actively maintain this package anymore (meaning, I'm happy to accept PRs, but cannot commit time to new features), so you may be better off finding a different package with a more active maintainer.

from ow.

leaumar avatar leaumar commented on May 27, 2024

So I gather from you bringing that up that what we want would be a new feature, it's not really that we're missing something. Was afraid of that... I might put in the time to make a pr, I do love this lib compared to e.g. joi.

from ow.

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.