import * as fae from "https://deno.land/x/fae@v1.1.1/fromPairs.ts";
Functions
Creates a new object from a list key-value pairs. If a key appears in multiple pairs, the rightmost pair is included in the object. |
import * as fae from "https://deno.land/x/fae@v1.1.1/fromPairs.ts";
Creates a new object from a list key-value pairs. If a key appears in multiple pairs, the rightmost pair is included in the object. |