UNPKG
@yankeeinlondon/promptly
Version:
latest (0.1.0)
0.1.0
An automation tool for prompting your favorite LLMs
@yankeeinlondon/promptly
/
src
/
scrape
/
getData.ts
6 lines
(4 loc)
•
144 B
text/typescript
View Raw
1
2
3
4
5
6
import
type
{
EndpointSuggestions
}
from
"~/types"
;
export
function
getData<T
extends
EndpointSuggestions
>(
endpoint
: T) {
return
endpoint; }