Function trimmed

      • Verifies that a string contains no leading or trailing whitespaces.

        Note. This combinator does not make any transformations, it only validates. If what you were looking for was a combinator to trim strings, then check out the trim combinator.

        Type Parameters

        • A extends string

        Parameters

        Returns (<I>(self) => Schema<I, A>)

        Since

        1.0.0