UNPKG

@zxh19890103/wik

Version:

The world-class JavaScript library for building large-scale digital warehouse both on 2D and 3D.

5 lines (4 loc) 81 B
export interface Serializable { fromJSON(d: any): this; toJSON(): any; }