Home Manual Reference Source

src/obj/getitem.js

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