samchon / tstl

TypeScript-STL (Standard Template Library, migrated from C++)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a new method `Singleton.get()`

samchon opened this issue · comments

export class Singleton<T, ...Args>
{
    public set(value: T): Promise<void>;
}