10 lines
230 B
TypeScript
10 lines
230 B
TypeScript
import * as plugins from './smartuniverse.plugins';
|
|
|
|
/**
|
|
* a cache for clients
|
|
* keeps track of which messages have already been received
|
|
* good for deduplication in mesh environments
|
|
*/
|
|
export class ClientUniverseCache {
|
|
|
|
} |