{"id":25620799,"url":"https://github.com/codewell/from-object-keys","last_synced_at":"2026-06-17T18:03:27.680Z","repository":{"id":56081806,"uuid":"316247584","full_name":"codewell/from-object-keys","owner":"codewell","description":"Get values from object keys","archived":false,"fork":false,"pushed_at":"2020-11-26T14:09:47.000Z","size":70,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-03-02T23:06:06.964Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codewell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-26T14:01:08.000Z","updated_at":"2020-11-26T14:09:21.000Z","dependencies_parsed_at":"2022-08-15T12:50:22.701Z","dependency_job_id":null,"html_url":"https://github.com/codewell/from-object-keys","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewell%2Ffrom-object-keys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewell%2Ffrom-object-keys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewell%2Ffrom-object-keys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewell%2Ffrom-object-keys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codewell","download_url":"https://codeload.github.com/codewell/from-object-keys/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240139809,"owners_count":19754187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-22T07:28:04.830Z","updated_at":"2025-11-11T18:34:22.685Z","avatar_url":"https://github.com/codewell.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @codewell/from-object-keys\n\n## Installation\n\n```\nnpm install @codewell/from-object-keys\n```\n\n## Basic Usage\n\n```JavaScript\nimport fromObjectKeys from '@codewell/from-object-keys';\n\nconst myObject = {\n  foo: 123,\n  bar: 'hello world',\n};\n\nfromObjectKeys('bar', 'foo')(myObject);\n// =\u003e ['hello world', 123]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewell%2Ffrom-object-keys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewell%2Ffrom-object-keys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewell%2Ffrom-object-keys/lists"}