UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

9 lines (8 loc) 173 B
export interface TestCase { name: string; doc: unknown; pointer: string; result?: unknown; error?: string; } export declare const testCases: TestCase[];