UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

12 lines (11 loc) 374 B
import * as zjson from "../zjson"; import { TypeDefs, ZedContext } from "./context"; import { Type } from "./types/types"; export declare class DecodeStream { private context; typedefs: TypeDefs; constructor(context: ZedContext); decode(object: zjson.Object): import(".").Value; decodeType(obj: zjson.Type): Type; buildType(obj: zjson.Type): Type; }