UNPKG

gun

Version:

A realtime, decentralized, offline-first, graph data synchronization engine.

4 lines (2 loc) 107 B
import { LEX } from '.'; export type LEXQuery<T extends string = string> = { '.': LEX<T>; ':'?: number };