{"id":23396401,"url":"https://github.com/stuyk/typedef-exporter","last_synced_at":"2025-04-08T17:32:36.049Z","repository":{"id":59272593,"uuid":"536361201","full_name":"Stuyk/typedef-exporter","owner":"Stuyk","description":"A Type Definition Exporter for TypeScript. Extracts type info from .d.ts files.","archived":false,"fork":false,"pushed_at":"2022-09-14T01:40:26.000Z","size":97,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-14T13:50:19.565Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Stuyk.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":"2022-09-14T00:55:16.000Z","updated_at":"2022-09-14T14:13:22.000Z","dependencies_parsed_at":"2022-09-22T04:53:54.836Z","dependency_job_id":null,"html_url":"https://github.com/Stuyk/typedef-exporter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stuyk%2Ftypedef-exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stuyk%2Ftypedef-exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stuyk%2Ftypedef-exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stuyk%2Ftypedef-exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Stuyk","download_url":"https://codeload.github.com/Stuyk/typedef-exporter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247892314,"owners_count":21013683,"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":"2024-12-22T07:35:22.272Z","updated_at":"2025-04-08T17:32:35.982Z","avatar_url":"https://github.com/Stuyk.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Typedef Exporter\n\nThis repository is to parse TypeDef files and extract specific information from them to help generate documentation. \n\nIt's very opinionated and not all TypeDef files may work for this program outright.\n\n## Currently a Work In Progress. Stay Tuned.\n\n**Example Output of Functions**\n\n```json\n[\n        {\n                \"name\": \"getServerConfig\",\n                \"arguments\": [],\n                \"isExported\": true,\n                \"returnType\": \"IServerConfig\"\n        },\n        {\n                \"name\": \"getVehicleModelInfoByHash\",\n                \"arguments\": [\n                        {\n                                \"key\": \"vehicleHash\",\n                                \"value\": \"number\"\n                        }\n                ],\n                \"isExported\": true,\n                \"returnType\": \"IVehicleModel\"\n        },\n        {\n                \"name\": \"getRemoteEventListeners\",\n                \"arguments\": [\n                        {\n                                \"key\": \"eventName\",\n                                \"value\": \"string | null\",\n                                \"comment\": \"eventName Name of the event or null for generic event.\"\n                        }\n                ],\n                \"isExported\": true,\n                \"returnType\": \"((...args: any[]) =\u003e void)[]\",\n                \"comments\": \"\"\n        },\n        {\n                \"name\": \"stopResource\",\n                \"arguments\": [\n                        {\n                                \"key\": \"name\",\n                                \"value\": \"string\",\n                                \"comment\": \"name Name of the resource.\"      \n                        }\n                ],\n                \"isExported\": true,\n                \"returnType\": \"void\",\n                \"comments\": \"Stops the specified resource.\"\n        },\n        {\n                \"name\": \"restartResource\",\n                \"arguments\": [\n                        {\n                                \"key\": \"name\",\n                                \"value\": \"string\",\n                                \"comment\": \"name Name of the resource.\"      \n                        }\n                ],\n                \"isExported\": true,\n                \"returnType\": \"void\",\n                \"comments\": \"Restarts the specified resource.\"\n        }\n]\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuyk%2Ftypedef-exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstuyk%2Ftypedef-exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuyk%2Ftypedef-exporter/lists"}