Function symbolFromString

      • This combinator transforms a string into a symbol.

        Type Parameters

        • I

        • A extends string

        Parameters

        • self: Schema<I, A>

          The schema representing the input string

        Returns Schema<I, symbol>

        Since

        1.0.0