function matchUnitimport { matchUnit } from "https://deno.land/x/durationjs@v4.1.1/src/duration.ts"; matchUnit(str: string, t: string): numberMatch a unit in a string. Like "1kg", "3L", etc. Parametersstr: stringString to match from t: stringUnit to look for. Doesn't support aliases. Returnsnumbervalue Value of the unit matched