{"id":29696426,"url":"https://github.com/agmoss/fnctnl","last_synced_at":"2025-07-23T09:39:18.548Z","repository":{"id":57239522,"uuid":"275947863","full_name":"agmoss/fnctnl","owner":"agmoss","description":"Either Monad","archived":false,"fork":false,"pushed_at":"2020-07-04T23:19:49.000Z","size":80,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-14T05:13:54.126Z","etag":null,"topics":["functional-programming"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/fnctnl","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agmoss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-29T23:25:09.000Z","updated_at":"2025-01-29T18:09:35.000Z","dependencies_parsed_at":"2022-08-29T22:22:25.633Z","dependency_job_id":null,"html_url":"https://github.com/agmoss/fnctnl","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/agmoss/fnctnl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agmoss%2Ffnctnl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agmoss%2Ffnctnl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agmoss%2Ffnctnl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agmoss%2Ffnctnl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agmoss","download_url":"https://codeload.github.com/agmoss/fnctnl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agmoss%2Ffnctnl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266572488,"owners_count":23950029,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["functional-programming"],"created_at":"2025-07-23T09:39:17.660Z","updated_at":"2025-07-23T09:39:18.536Z","avatar_url":"https://github.com/agmoss.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fnctnl [![NPM Package](https://img.shields.io/npm/v/fnctnl)](https://www.npmjs.com/package/fnctnl)\n\n\u003e Functional programming utilities\n\n## Either\n\nA value with two possibilities. `Left` holds an error outcome while `Right` holds the success outcome. Useful to represent the outcome of a computation that might fail.\n\n```typescript\nexport type Either\u003cL, R\u003e = Left\u003cL\u003e | Right\u003cR\u003e;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagmoss%2Ffnctnl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagmoss%2Ffnctnl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagmoss%2Ffnctnl/lists"}