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

    Function readonly

    • Returns a readonly instance of the given array

      Type Parameters

      • E

      Parameters

      • Optionalarray: null | E[]

        the arrays to inspect

      Returns undefined | null | readonly E[]

      a readonly instance of the given array

      David Hsing