function updateGeneratorimport { updateGenerator } from "https://deno.land/x/datastructure@1.2.1/queue/generators.ts"; updateGenerator(key: string | number,currentNode: QueueType,newValue: any,)Parameterskey: string | numbercurrentNode: QueueTypenewValue: any