@nevware21/ts-utils
    Preparing search index...

    Function isBlob

    • Checks if the type of value is a Blob object.

      Parameters

      • value: any

        Value to be checked.

      Returns value is Blob

      True if the value is a Blob, false otherwise.