An open API service indexing awesome lists of open source software.

https://github.com/cgsdev0/typescript-hell


https://github.com/cgsdev0/typescript-hell

Last synced: about 1 year ago
JSON representation

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": ""
}
]
}
]
```