MCPcopy Create free account
hub / github.com/microsoft/SandDance / values

Function values

docs/app/js/sanddance-app.js:21442–21447  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

21440 }); // only return elements with values
21441}
21442function values(obj) {
21443 return Object.keys(obj).reduce(function(arr, key) {
21444 arr.push(obj[key]);
21445 return arr;
21446 }, []);
21447}
21448function omit(obj, exclusions) {
21449 // eslint-disable-next-line @typescript-eslint/no-explicit-any
21450 var result = {};

Callers 1

_regeneratorRuntimeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected