@wopjs/cast - v0.1.3
    Preparing search index...

    Function print

    • Returns x if x is string, otherwise returns '' (empty string) if x is null or undefined, otherwise returns JSON.stringify(x). This is very useful to show a value inside a React component.

      Parameters

      • x: unknown

      Returns string