UNPKG

envio

Version:

A latency and sync speed optimized, developer friendly blockchain data indexer.

12 lines (9 loc) 162 B
export type Json_t = | string | boolean | number | null | { [key: string]: Json_t } | Json_t[]; export type t = unknown; export type Exn_t = Error;