export default function getByPath(obj, path, fallback) {
  throw new Error('Not implemented');
}
Run tests to see results.