UNPKG

@real_one_chess_king/game-logic

Version:
5 lines (4 loc) 71 B
import { UUID } from "crypto"; export type Entity = { id: UUID; };