UNPKG

auto-gpt-ts

Version:

my take of Auto-GPT in typescript

4 lines (3 loc) 102 B
export declare function Singleton<T extends { new (...args: any[]): any; }>(constructor: T): any;