Skip to main content
The Deno 2 Release Candidate is here
Learn more
method QuestHelper.prototype.getDeltaQuests
Re-export
import { QuestHelper } from "https://deno.land/x/sptaki@1.2.0/helpers/mod.ts";

Get the quests found in both arrays (inner join)

Parameters

before: IQuest[]

Array of quests #1

after: IQuest[]

Array of quests #2

Returns

Reduction of cartesian product between two quest arrays