samchon/tstl

Add a new method `Singleton.get()`

samchon opened this issue · 0 comments

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