UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

10 lines (9 loc) 388 B
import * as zjson from "../../zjson"; import { DecodeStream } from "../decode-stream"; import { TypeValue } from "../values/type-value"; import { BasePrimitive } from "./base-primitive"; export declare class TypeOfType extends BasePrimitive<TypeValue> { name: string; create(value: zjson.Type | null, stream: DecodeStream): TypeValue; } export declare const TypeType: TypeOfType;