UNPKG

@cmmv/core

Version:

CMMV core module for contract and application management

6 lines (5 loc) 213 B
export declare abstract class Singleton { private static instances; static getInstance<T extends Singleton>(this: new () => T): T; static clearInstance<T extends Singleton>(this: new () => T): void; }