{"id":18849046,"url":"https://github.com/gnlow/ufcs","last_synced_at":"2026-02-02T16:30:15.302Z","repository":{"id":167910088,"uuid":"643494524","full_name":"gnlow/ufcs","owner":"gnlow","description":null,"archived":false,"fork":false,"pushed_at":"2023-05-21T14:04:11.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-30T14:48:42.908Z","etag":null,"topics":["ufcs"],"latest_commit_sha":null,"homepage":"https://deno.land/x/ufcs","language":"TypeScript","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/gnlow.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-21T10:50:13.000Z","updated_at":"2023-05-21T14:07:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"fa05b42a-b041-497e-8bf3-a926268f1f3a","html_url":"https://github.com/gnlow/ufcs","commit_stats":null,"previous_names":["gnlow/ufcs"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnlow%2Fufcs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnlow%2Fufcs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnlow%2Fufcs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnlow%2Fufcs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gnlow","download_url":"https://codeload.github.com/gnlow/ufcs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239786206,"owners_count":19696770,"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":["ufcs"],"created_at":"2024-11-08T03:18:12.555Z","updated_at":"2026-02-02T16:30:15.237Z","avatar_url":"https://github.com/gnlow.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ufcs\nUnified Function Call Syntax\n\n```ts\nimport { ufcs } from \"https://deno.land/x/ufcs/mod.ts\"\n\nconst Duck = ufcs(class Duck {\n    quack(num: number) {\n        console.log(\"Quack!\", num)\n    }\n})\nconst duck = new Duck\nDuck.quack(123)(duck); // Quack! 123\nduck.quack(456) // Quack! 456\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnlow%2Fufcs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgnlow%2Fufcs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnlow%2Fufcs/lists"}