FHIRClient - v3.0.0
    Preparing search index...

    Function makeArray

    • If the argument is an array returns it as is. Otherwise puts it in an array ([arg]) and returns the result

      Type Parameters

      • T = any

      Parameters

      • arg: any

        The element to test and possibly convert to array

      Returns T[]