goog.singletonModule IDgoog.singletonProvides an implementation for getInstance() methods. VIEW SOURCEExported Functionsexpand_moregetInstance<T>( ctor ) → TUsed as the implementation body for a static getInstance method. class Foo { static getInstance() { return getInstance(Foo); } } warning DeprecatedSingleton patterns are discouraged. Use dependency injection instead. Parametersctorfunction(new: ?)ReturnsTVIEW SOURCEExported Propertiesexpand_moreinstantiatedSingletons → Array<function(new: ?)>No information.VIEW SOURCE