UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

5 lines (4 loc) 152 B
import { Encoder } from './Encoder'; import { Decoder } from './Decoder'; export declare const encoder: Encoder; export declare const decoder: Decoder;