https://github.com/cgsdev0/typescript-hell
https://github.com/cgsdev0/typescript-hell
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cgsdev0/typescript-hell
- Owner: cgsdev0
- Created: 2023-09-12T22:44:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-12T22:48:16.000Z (over 2 years ago)
- Last Synced: 2025-02-08T02:41:34.039Z (about 1 year ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
npm start
```
example output:
```
[
{
"name": "MyButton",
"documentation": "",
"type": "({ size }: { size: ButtonSize; }) => HTMLButtonElement",
"signatures": [
{
"parameters": [
{
"name": "__0",
"documentation": "",
"type": "{ size: ButtonSize; }"
}
],
"returnType": "HTMLButtonElement",
"documentation": ""
}
]
},
{
"name": "renderButton",
"documentation": "",
"type": "() => void",
"signatures": [
{
"parameters": [],
"returnType": "void",
"documentation": ""
}
]
}
]
```