tguard-js
    Preparing search index...

    Function isReadonlyArray

    • Determines whether the provided value is a readonly array.

      Parameters

      • x: unknown

        The value to be checked.

      Returns x is readonly unknown[]

      true if the value is a readonly array, otherwise false.

      This function checks if the value is an array and if it is frozen.

      1.0