Stone.js API
    Preparing search index...

    Function isNotEmpty

    • Check if the provided value is not empty.

      Type Parameters

      • ValueType = unknown

      Parameters

      • value: unknown

        The value to check.

      Returns value is ValueType

      true if the value is not empty, otherwise false.