UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

8 lines (7 loc) 247 B
import { Bool } from "../values/bool"; import { BasePrimitive } from "./base-primitive"; export declare class TypeOfBool extends BasePrimitive<Bool> { name: string; create(value: string): Bool; } export declare const TypeBool: TypeOfBool;