UNPKG

shogi-player

Version:

Shogi board web components has functions for replaying, manipulating, and editing

9 lines (7 loc) 247 B
import MemoryRecord from "js-memory-record" export class ApplicationMemoryRecord extends MemoryRecord { // グローバルで完全ユニークなキーとする get unique_key() { return [this.constructor.name, this.key].join("/") } }