UNPKG

gun

Version:

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

5 lines (4 loc) 123 B
import { GunSchema } from '.'; export type GunSoul<_N extends GunSchema, Soul extends string = string> = { '#': Soul; };