Skip to main content
The Deno 2 Release Candidate is here
Learn more
method InsuranceController.prototype.removeItemsFromInsurance
import { InsuranceController } from "https://deno.land/x/sptaki@1.2.0/controllers/InsuranceController.d.ts";

Remove items from the insured items that should not be returned to the player.

Parameters

insured: Insurance

The insured items to process.

toDelete: Set<string>

The items that should be deleted.

Returns

void

void