import * as mod from "https://deno.land/std@0.202.0/collections/find_single.ts"; FunctionsffindSingleReturns an element if and only if that element is the only one matching the given condition. Returns undefined otherwise.