functional-abstraction/operator Home Manual Reference Source

src/obj/getitem.js

  1. const getitem = (a, b) => a[b];
  2. export default getitem;