Start Of Author: Joenix import startof from "startof"; // if array startof(["one", "two", "three"]); // one // if object startof({ one: 1, two: 2, three: 3 }); // {one: 1}