UNPKG
auto-gpt-ts
Version:
latest (0.0.3)
0.0.3
0.0.2
my take of Auto-GPT in typescript
github.com/tuvia-r/auto-GPT-ts
tuvia-r/auto-GPT-ts
auto-gpt-ts
/
dist
/
spinner.d.ts
2 lines
(1 loc)
•
97 B
TypeScript
View Raw
1
2
export
declare
function
withSpinner<T>(
message
:
string
,
callback
:
() =>
Promise
<T>):
Promise
<T>;