Trails Packages
    Preparing search index...

    Function destroyResources

    • A helper function that invokes destroy() on each resource in the given array.

      This function destroys the resources in reverse order (starting from the last element). This is done to reverse the order of construction.

      The array will be cleared by this function.

      Type Parameters

      Parameters

      • resources: R[]

      Returns void