UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

7 lines (6 loc) 191 B
import { TypeBool } from "../types/type-bool"; import { Primitive } from "./primitive"; export declare class Bool extends Primitive { type: typeof TypeBool; toJS(): boolean | null; }