@unikue/ts-lang-utils
    Preparing search index...

    Function readonly

    • Returns a readonly instance of the given array

      Type Parameters

      • E

      Parameters

      • Optionalarray: E[] | null

        The arrays to inspect

      Returns readonly E[] | null | undefined

      a readonly instance of the given array

      David Hsing