import { noUndefined } from "https://deno.land/x/windmill@v1.415.2/node_modules/tsafe/noUndefined.d.ts";
Removes the enumerable properties whose values are undefined.
Example: noUndefined({ "foo": undefined, "bar": 3 }) returns a new object { "bar": 3 }
Parameters
obj: T