|
|
|
|
|
by pantojax45
1329 days ago
|
|
How does using GPT-3 make the types more visible? Feels futuristic but also incomprehensible to me. > As a shortcut, I used GPT-3 to generate a basic typescript function for me. This let me look at TS type definitions and get a better idea of what’s available so I could get developing. |
|
My assumption was that their prompt was something like "typescript cloudflare function" and they just used the resultant code to see types in action inside their IDE.