8 lines
123 B
TypeScript
8 lines
123 B
TypeScript
|
import * as plugins from './smartuniverse.plugins';
|
||
|
|
||
|
/**
|
||
|
* a cache for clients
|
||
|
*/
|
||
|
export class ClientUniverseCache {
|
||
|
|
||
|
}
|