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
/
singelton.d.ts
4 lines
(3 loc)
•
102 B
TypeScript
View Raw
1
2
3
4
export
declare
function
Singleton
<T
extends
{
new
(...
args
:
any
[]):
any
; }>(
constructor
: T):
any
;