• Takes any number of disposables and traps any errors that occur when disposing. Returns an array of the exceptions thrown.

    Parameters

    • Rest ...disposables: DisposableItem[]

      The objects to dispose of. Can accept and will ignore objects that don't have a dispose() method.

    Returns void

Generated using TypeDoc