UNPKG

@colyseus/schema

Version:

Binary state serializer with delta encoding for games

6 lines (5 loc) 219 B
export interface TypeDefinition { constructor: any; } export declare function registerType(identifier: string, definition: TypeDefinition): void; export declare function getType(identifier: string): TypeDefinition;