@cowwoc/requirements - v4.0.12
    Preparing search index...

    Interface PositiveNumberComponent

    Methods that validators for numbers that may be positive must contain.

    interface PositiveNumberComponent {
        isNotPositive(): this;
        isPositive(): this;
    }

    Hierarchy (View Summary)

    Index

    Methods