Back to Underscore

_shallowProperty.js

docs/modules/_shallowProperty.html

1.13.8112 B
Original Source
exportdefaultfunctionshallowProperty(key) {returnfunction(obj) {returnobj ==null?void0: obj[key];
  };
}